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.Application
IOException
public void closeApp()
GraphicalApplication
closeApp
in interface GraphicalApplication
public void reload()
GraphicalApplication
reload
in interface GraphicalApplication
Copyright © 2016. All Rights Reserved.