i think you'll end up with 2 options. 1) follow al...
# tornadofx
c
i think you'll end up with 2 options. 1) follow along with javafx and create tornadofx objects where javafx creates a controller (fx:controller) or 2) roll all the fxml together in a top-level view. The second option would need some type of namespace protection for fields that might share the names of other included fx:ids.