| Modifier and Type | Method and Description |
|---|---|
static void |
AbstractJavaFxApplicationSupport.launch(Class<? extends javafx.application.Application> appClass,
Class<? extends AbstractFxmlView> view,
SplashScreen splashScreen,
String[] args)
Launch app.
|
static void |
AbstractJavaFxApplicationSupport.launchApp(Class<? extends javafx.application.Application> appClass,
Class<? extends AbstractFxmlView> view,
SplashScreen splashScreen,
String[] args)
Deprecated.
To be more in line with javafx.application please use launch
|
Copyright © 2018. All rights reserved.