Package dev.zemco.codegame
Class CodeGameApplication
java.lang.Object
javafx.application.Application
dev.zemco.codegame.CodeGameApplication
public class CodeGameApplication
extends javafx.application.Application
Main class of the CodeGame application handling the application launch.
- Author:
- Erik Zemčík
- See Also:
-
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
-
CodeGameApplication
public CodeGameApplication()
-
-
Method Details
-
main
Entrypoint for CodeGame that launches the application.- Parameters:
args- arguments passed to CodeGame application during launch
-
start
public void start(javafx.stage.Stage primaryStage) Initializes the application and presents the initial view to the user.- Specified by:
startin classjavafx.application.Application- Parameters:
primaryStage- primary stage of the application
-