Gui
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
The main application method. Executed on JavaFX Application thread.
The main application method. Executed on JavaFX Application thread.
Attributes
- Definition Classes
-
JFXApp3
Will be called when an observable notifies its observers.
Inherited methods
Attributes
- Inherited from:
- JFXApp3
Perform app-related initialization, and execute initialization/construction code for all classes and objects that extend this trait.
Perform app-related initialization, and execute initialization/construction code for all classes and objects that extend this trait.
Value parameters
- args
-
Command line arguments.
Attributes
- Note
-
You are strongly advised not to override this function.
- Inherited from:
- JFXApp3
This method is called when the application should stop, and provides a convenient place to prepare for application exit and destroy resources.
This method is called when the application should stop, and provides a convenient place to prepare for application exit and destroy resources.
It is called from javafx.Application.stop method. The implementation of this method provided by the JFXApp3 class does nothing.
NOTE: This method is called on the JavaFX Application Thread, the same as javafx.Application.stop method.
Attributes
- Inherited from:
- JFXApp3
Concrete fields
Inherited fields
JFXApp3 stage must be an instance of scalafx.application.JFXApp3.PrimaryStage to ensure that it actually is a proper wrapper for the primary stage supplied by JavaFX.
JFXApp3 stage must be an instance of scalafx.application.JFXApp3.PrimaryStage to ensure that it actually is a proper wrapper for the primary stage supplied by JavaFX.
Attributes
- Inherited from:
- JFXApp3