Package launcher
Class Launcher
java.lang.Object
javafx.application.Application
launcher.Launcher
public class Launcher
extends javafx.application.Application
Classe qui s'ocupe de lancer l'application
- Author:
- Yohan Breuil, Allan Point
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters
-
Field Summary
Fields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
start(javafx.stage.Stage primaryStage)
Lance l'applicationMethods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Constructor Details
-
Launcher
public Launcher()
-
-
Method Details
-
start
Lance l'application- Specified by:
start
in classjavafx.application.Application
- Parameters:
primaryStage
-- Throws:
Exception
-