edvin
09/19/2016, 5:48 AMMyView.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: