java.lang.Object
javafx.application.Application
com.wyu4.snowberryjam.Start
public class Start
extends javafx.application.Application
The main entry point.
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final org.slf4j.Loggerprivate static final intprivate static final intFields 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
-
logger
private static final org.slf4j.Logger logger -
MIN_FONT_SIZE
private static final int MIN_FONT_SIZE- See Also:
-
MAX_FONT_SIZE
private static final int MAX_FONT_SIZE- See Also:
-
DEFAULT_FONT_SIZE
private static final int DEFAULT_FONT_SIZE- See Also:
-
-
Constructor Details
-
Start
public Start()
-
-
Method Details
-
main
-
start
Starts a new Snowberry Jam process- Specified by:
startin classjavafx.application.Application- Parameters:
stage- JavaFX Stage- Throws:
Exception- Exceptions that arise during the setup
-