When working with JavaFX Scene Builder encountered the following problem...
Given:
A file fxml, containing description Anchor Pane (fxml formed from Scene Builder);
For Anchor Pane is not specified Controller Class.
This fxml loaded into the Java Application by using FXMLLoader.
Need:
After downloading the Anchor Pane set the value to Controller Class.
It is necessary for to load the same fxml with different handlers.
Question: is it possible, and if so - how to implement?