Package za.co.wethinkcode.robots.shared
Class AppLauncher
java.lang.Object
javafx.application.Application
za.co.wethinkcode.robots.shared.AppLauncher
public class AppLauncher
extends javafx.application.Application
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters -
Field Summary
Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Constructor Details
-
AppLauncher
public AppLauncher()
-
-
Method Details
-
main
-
start
- Specified by:
startin classjavafx.application.Application- Parameters:
primaryStage- the primary stage for this application, onto which the application scene can be set. Applications may create other stages, if needed, but they will not be primary stages.- Throws:
Exception
-