Class GUIRuntime
java.lang.Object
javafx.application.Application
za.co.wethinkcode.robots.rendering.gui.GUIRuntime
public class GUIRuntime
extends javafx.application.Application
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters -
Field Summary
FieldsFields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstart(javafx.stage.Stage primaryStage) The main entry point for all JavaFX applications.Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Field Details
-
MAIN_STAGE
public static javafx.stage.Stage MAIN_STAGE
-
-
Constructor Details
-
GUIRuntime
-
-
Method Details
-
start
The main entry point for all JavaFX applications. The start method is called after the init method has returned, and after the system is ready for the application to begin running.NOTE: This method is called on the JavaFX Application Thread.
- 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- if something goes wrong
-