Class GUIRuntime

java.lang.Object
javafx.application.Application
za.co.wethinkcode.robots.rendering.gui.GUIRuntime

public class GUIRuntime 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
    static javafx.stage.Stage
     

    Fields inherited from class javafx.application.Application

    STYLESHEET_CASPIAN, STYLESHEET_MODENA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(javafx.stage.Stage primaryStage)
    The main entry point for all JavaFX applications.

    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

    • MAIN_STAGE

      public static javafx.stage.Stage MAIN_STAGE
  • Constructor Details

    • GUIRuntime

      public GUIRuntime(Client client)
  • Method Details

    • start

      public void start(javafx.stage.Stage primaryStage) throws Exception
      The main entry point for all JavaFX applications. The start method is called after the init method has returned, and after the system is ready for the application to begin running.

      NOTE: This method is called on the JavaFX Application Thread.

      Specified by:
      start in class javafx.application.Application
      Parameters:
      primaryStage - the primary stage for this application, onto which the application scene can be set. Applications may create other stages, if needed, but they will not be primary stages.
      Throws:
      Exception - if something goes wrong