//Ankea/fi.jyu.ohj2.sourander.ankea/App/start
start¶
[JVM]\ open fun start(stage: Stage)
Initialises and displays the primary stage.
Loads main.fxml from the same resource package as this class, wraps it in a 640 × 480 scene, and shows the stage.
Parameters¶
JVM
| stage | the primary stage provided by the JavaFX runtime |
Throws¶
| IOException | if the FXML resource cannot be loaded |