Package gui
Class Main
java.lang.Object
javafx.application.Application
gui.Main
public class Main
extends javafx.application.Application
Entrypoint for the whole program.
This class extends the Application class from JavaFX which allows it to initialize and populate the main application window.
-
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
-
Method Summary
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
start
public void start(javafx.stage.Stage stage) - Specified by:
start
in classjavafx.application.Application
-
main
-