edvin
10/17/2016, 3:46 PMoverride val root = buildMyUiHere
block in the same way as FXML. I also avoid having to mention all the ui elements using @FXML/fxid()
because binding is done when I build the UI. I do add setOnAction
blocks, but I always just call functions, so it is similar to FXML in that regard as well. FXML is a perfectly good way to go, and preferred if you have designers working on the app for sure.