public abstract class FxApplication
extends javafx.application.Application
Modifier and Type | Method and Description |
---|---|
protected abstract javafx.fxml.FXMLLoader |
doApplicationStart(stage : javafx.stage.Stage)
Start the application.
|
void |
start(stage : javafx.stage.Stage)
Start the JavaFX application.
|
void |
stop()
Kill the agents and stop the JavaFX application.
|
public final def
start(stage : javafx.stage.Stage) : void
FxApplication
start
in class javafx.application.Application
stage
- the JavaFX stage.public def
stop() : void
FxApplication
stop
in class javafx.application.Application
protected abstract def
doApplicationStart(stage : javafx.stage.Stage) : javafx.fxml.FXMLLoader
FxApplication
stage
- the JavaFX stage. That is used for initializing JavaFX.Copyright © 2018 the original authors or authors.