Package org.example.gui
Class AppLauncher
java.lang.Object
javafx.application.Application
org.example.gui.AppLauncher
public class AppLauncher
extends javafx.application.Application
Main entry point for the JavaFX application.
Responsibility: Initialize the primary stage and load the initial login scene.
-
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, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Constructor Details
-
AppLauncher
public AppLauncher()
-
-
Method Details
-
init
public void init()- Overrides:
initin classjavafx.application.Application
-
start
public void start(javafx.stage.Stage primaryStage) - Specified by:
startin classjavafx.application.Application
-
main
-