|
| static void | main (String[] args) throws Exception |
| |
The main runner for the application
Definition at line 9 of file Main.java.
| static void main.Main.main |
( |
String[] |
args | ) |
throws Exception |
|
static |
Launch the UI
- Parameters
-
- Exceptions
-
| Exception | if an exception is thrown |
Definition at line 15 of file Main.java.
16 Application.launch(UserInterfaceLauncher.class, args);
The documentation for this class was generated from the following file: