Here, the `MyView.FXML` file is loaded, and this i...
# tornadofx
e
Here, the
MyView.FXML
file is loaded, and this instance of MyView becomes the controller for that FXML file. If you want to specify
com.mypackage.MyView
in the FXML file so you can enjoy code completion and help when you use scene builder, you are welcome to set
fx:controller="com.mypackage.MyView"
in there, but then you need to change the fxml delegate to: