changing the subject completely, I'm using FXML an...
# language-proposals
g
changing the subject completely, I'm using FXML and FXMLs controller binding system. that means this kind of code might become idiomatic:
Copy code
internal @FXML lateinit var view: Parent
    internal @FXML lateinit var centerPane: AnchorPane

    init { fxmlLoader.load(this); }