java.lang.Object
javafx.application.Application
com.wellnessapp.Main
public class Main
extends javafx.application.Application
The starting point of the application.
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe Height of the application window.static final StringThe Title of the application window.static final intThe Width of the application window.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
-
TITLE
The Title of the application window.- See Also:
-
WIDTH
public static final int WIDTHThe Width of the application window.- See Also:
-
HEIGHT
public static final int HEIGHTThe Height of the application window.- See Also:
-
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
start
- Specified by:
startin classjavafx.application.Application- Throws:
IOException
-
main
Launches the JavaFX application.- Parameters:
args-
-