|
static void | main (String[] args) |
|
The main runner for the application
Definition at line 13 of file Main.java.
static void main.Main.main |
( |
String[] |
args | ) |
|
|
static |
The main entry point for the application. Boot the kernel and the UI
- Parameters
-
args | The arguments with which the application jar was opened |
Definition at line 33 of file Main.java.
34 log.info(
"Started Logger");
35 UserInterfaceLauncher launcher =
36 new JavaFXGraphicalUserInterfaceLauncher(context);
37 launcher.launchWithDefaultStage(args);
The documentation for this class was generated from the following file: