public class MainApp extends javafx.application.Application implements GraphicalApplication
| Constructor and Description |
|---|
MainApp()
The basic constructor, with a workaround to keep the instance of the Application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeApp()
Close the application.
|
static MainApp |
getInstance() |
static void |
main()
Entry point which will launch the GUI.
|
void |
reload()
Reload the interface.
|
void |
start(javafx.stage.Stage stage) |
public MainApp()
public static MainApp getInstance()
public static void main()
public void start(javafx.stage.Stage stage)
throws IOException
start in class javafx.application.ApplicationIOExceptionpublic void closeApp()
GraphicalApplicationcloseApp in interface GraphicalApplicationpublic void reload()
GraphicalApplicationreload in interface GraphicalApplicationCopyright © 2016. All Rights Reserved.