//Ankea/fi.jyu.ohj2.sourander.ankea.controller/MainController
MainController¶
[JVM]\ open class MainController
JavaFX controller for the main application view (main.fxml).
Wires the UI controls declared in FXML to the AnkeaModel and sets up event handlers after the scene graph has been built.
Constructors¶
| MainController | [JVM] constructor() |
Functions¶
| Name | Summary |
|---|---|
| initialize | [JVM] open fun initialize(location: URL, resources: ResourceBundle) Called by the JavaFX runtime after all @FXML fields have been injected. |