public interface ApplicationLauncher
| 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.
|