I have created a JavaFx8 Maven project in eclipse. I have put my fxml files in /src/main/resources/fxml/. I am able to the load the fxml from the java files using FxmlLoader. But, I'm not able to pick the controller class from Fxml file using Scenebuilder.
What should I do to be able to see the controller class automatically in the Scenebuilder tool ?
I have found a similar question, but the answer wasnt clear. I wasnt able to login to the jira case.
Tell JavaFX Scene Builder where to look for controller classes