public class JavaFXUnitApplication
extends javafx.application.Application
Constructor and Description |
---|
JavaFXUnitApplication() |
Modifier and Type | Method and Description |
---|---|
static void |
launch()
Launch the JavaFX Application.
|
void |
start(javafx.stage.Stage stage) |
static void |
startjavaFX()
Start the JavaFX Application, and wait for the javaFX framework to successfully initialize.
|
public void start(javafx.stage.Stage stage) throws Exception
start
in class javafx.application.Application
Exception
public static void startjavaFX()
launch()
static method.public static void launch()