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
Modifier and TypeFieldDescriptionstatic final int
The Height of the application window.static final String
The Title of the application window.static final int
The Width of the application window.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
-
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:
start
in classjavafx.application.Application
- Throws:
IOException
-
main
Launches the JavaFX application.- Parameters:
args
-
-