java.lang.Object
javafx.application.Application
io.github.lvrodrigues.wizard.Main
public class Main
extends javafx.application.Application
Inicialização do aplicativo.
- Author:
- $Criado por: $, $Alterado por: $
- Branch:
- $Ramo: main$
-
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
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
start
Método de inicialização da camada Java FX.- Specified by:
startin classjavafx.application.Application- Parameters:
stage- Container principal da camada Java FX.- Throws:
IOException
-
main
Inicialização do aplicativo Java.- Parameters:
args- Lista de argumentos recebidos pela linha de comando.
-