Package serverui
Class Main
java.lang.Object
javafx.application.Application
serverui.Main
public class Main
extends javafx.application.Application
The FX class of the application, Launches the UI of the application
according to the description of the application scene described in
sample.xml file.
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static ControllerVariableControllerprivate javafx.fxml.FXMLLoaderThe loader of the XML file describing the UI.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
-
Field Details
-
loader
private javafx.fxml.FXMLLoader loaderThe loader of the XML file describing the UI. -
controller
VariableController
-
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
start
Executed at application startup, saves references to in class variables Primary Stage and Controller.- Specified by:
startin classjavafx.application.Application- Parameters:
primaryStage- The main Stage of the FX application.- Throws:
Exception- It may occur when working with the loader.
-
main
Launches the application.- Parameters:
args-
-