Module fr.myny.gui
Package fr.myny.gui

Class Gui

java.lang.Object
javafx.application.Application
fr.myny.gui.Gui

public class Gui
extends javafx.application.Application
  • 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 javafx.scene.Scene scene  

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors
    Constructor Description
    Gui()  
  • Method Summary

    Modifier and Type Method Description
    private static javafx.scene.Parent loadFXML​(java.lang.String fxml)  
    static void main​(java.lang.String[] args)  
    (package private) static void setRoot​(java.lang.String fxml)  
    void start​(javafx.stage.Stage stage)  

    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

    • scene

      private static javafx.scene.Scene scene
  • Constructor Details

    • Gui

      public Gui()
  • Method Details

    • start

      public void start​(javafx.stage.Stage stage) throws java.io.IOException
      Specified by:
      start in class javafx.application.Application
      Throws:
      java.io.IOException
    • setRoot

      static void setRoot​(java.lang.String fxml) throws java.io.IOException
      Throws:
      java.io.IOException
    • loadFXML

      private static javafx.scene.Parent loadFXML​(java.lang.String fxml) throws java.io.IOException
      Throws:
      java.io.IOException
    • main

      public static void main​(java.lang.String[] args)