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.ScenesceneFields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
Constructor Summary
Constructors Constructor Description Gui() -
Method Summary
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stopMethods 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:
startin classjavafx.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)
-