Class Start

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

    Fields
    Modifier and Type
    Field
    Description
    private static final int
     
    private static final org.slf4j.Logger
     
    private static final int
     
    private static final int
     

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
    start(javafx.stage.Stage stage)
    Starts a new Snowberry Jam process

    Methods inherited from class javafx.application.Application

    getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static void main(String[] args)
    • start

      public void start(javafx.stage.Stage stage) throws Exception
      Starts a new Snowberry Jam process
      Specified by:
      start in class javafx.application.Application
      Parameters:
      stage - JavaFX Stage
      Throws:
      Exception - Exceptions that arise during the setup