public class ApplicationLauncherImpl extends java.lang.Object implements ApplicationLauncher
| Constructor and Description |
|---|
ApplicationLauncherImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
launch(java.lang.Class<? extends javafx.application.Application> appClass,
java.lang.String... appArgs)
Configures a few necessary System properties before launching the application
with the given arguments.
|
public void launch(java.lang.Class<? extends javafx.application.Application> appClass,
java.lang.String... appArgs)
ApplicationLauncherlaunch in interface ApplicationLauncher