public class AboutPc extends Object implements Pc, ActionListener, SwingXMLBuilder.Backlink
| Constructor and Description |
|---|
AboutPc()
Create an presentation component for our about panel,
the rest of the construction work is done in init().
|
| Modifier and Type | Method and Description |
|---|---|
void |
about()
Show an about dialog.
|
void |
aboutOK()
Act on "OK" or "ESCAPE" in the about dialog.
|
void |
actionPerformed(ActionEvent pEvent)
Invoked when an timer action occurs, we repaint (fade in/out) our image.
|
void |
init(Dc pDc,
Map<String,? super Object> pArgs)
This method initializes the widgets and connects the the label
to the timer start.
|
void |
setSwingXMLBuilder(SwingXMLBuilder pBuilder)
When a SwingXMLBuilder creates an object of ourselves, we want to
know that builder.
|
public AboutPc()
public void setSwingXMLBuilder(SwingXMLBuilder pBuilder)
setSwingXMLBuilder in interface SwingXMLBuilder.BacklinkpBuilder - the builder that created this objectpublic void init(Dc pDc, Map<String,? super Object> pArgs)
public void actionPerformed(ActionEvent pEvent)
actionPerformed in interface ActionListenerpEvent - not usedpublic void about()
public void aboutOK()
Copyright © 2013–2024 Jürgen Zeller (privat). All rights reserved.