//Ankea/fi.jyu.ohj2.sourander.ankea/App
App¶
[JVM]\ open class App
Entry point for the Ankea JavaFX application.
Loads main.fxml, attaches the resulting scene to the primary stage, and shows the window.
Constructors¶
| App | [JVM] constructor() |
Functions¶
| Name | Summary |
|---|---|
| main | [JVM] open fun main(args: Array<String>) Launches the JavaFX application. |
| start | [JVM] open fun start(stage: Stage) Initialises and displays the primary stage. |