public class HalloWelt extends Object
| Constructor and Description |
|---|
HalloWelt() |
| Modifier and Type | Method and Description |
|---|---|
void |
hallo(ActionEvent e)
Our "business" method just prints "Hallo Welt".
|
static void |
main(String[] args)
Starts the app.
|
void |
quit(ActionEvent e)
Quits the application
|
public void hallo(ActionEvent e)
e - not usedpublic void quit(ActionEvent e)
e - not usedpublic static void main(String[] args)
args - not usedCopyright © 2016 Jürgen Zeller (privat). All rights reserved.