Class App

java.lang.Object
javafx.application.Application
no.ntnu.idatt1002.demo.view.App

public class App extends javafx.application.Application
The main application class.
  • 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 javafx.geometry.Rectangle2D
     
    private Properties
     
    private javafx.scene.layout.StackPane
     
    private static final int
     

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors
    Constructor
    Description
    App()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private void
    Loads the fonts used in the application.
    static void
    main(String[] args)
     
    void
    start(javafx.stage.Stage primaryStage)
     
    private void
     
    private void
     

    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

    • p

      private Properties p
    • root

      private javafx.scene.layout.StackPane root
    • bounds

      private javafx.geometry.Rectangle2D bounds
  • Constructor Details

    • App

      public App()
  • Method Details

    • main

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

      public void start(javafx.stage.Stage primaryStage) throws Exception
      Specified by:
      start in class javafx.application.Application
      Throws:
      Exception
    • startInstallApp

      private void startInstallApp()
    • startMainApp

      private void startMainApp()
    • loadFonts

      private void loadFonts()
      Loads the fonts used in the application.