public class TestPk2 extends Object
| Constructor and Description |
|---|
TestPk2()
The constructor does nothing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
about(ActionEvent e)
Show an about dialog.
|
void |
aboutCancel(ActionEvent e)
Act on "ESCAPE" or "CANCEL" in the about dialog.
|
void |
aboutOk(ActionEvent e)
Act on "OK" in the about dialog.
|
void |
help(ActionEvent e)
Print something on stdout.
|
void |
init(SwingXMLBuilder pBuilder)
This method initializes everything.
|
static void |
main(String[] args)
Starts the app.
|
void |
quit(ActionEvent e)
Exit program
|
void |
reverse(ActionEvent e)
Our "business" method that is called from both the button and the
textfield.
|
public void init(SwingXMLBuilder pBuilder)
pBuilder - the builder that build uspublic void reverse(ActionEvent e)
e - not usedpublic void quit(ActionEvent e)
e - event of the actionpublic void help(ActionEvent e)
e - not usedpublic void about(ActionEvent e)
e - not usedpublic void aboutOk(ActionEvent e)
e - not usedpublic void aboutCancel(ActionEvent e)
e - not usedpublic static void main(String[] args)
args - not usedCopyright © 2013–2024 Jürgen Zeller (privat). All rights reserved.