When working with JavaFX Scene Builder, the following problem occurred ...
Given:
An fxml file containing the description of Anchor Pane (fxml generated from Scene Builder),
An anchor panel does not have a controller class.
This fxml is loaded into a Java application using FXMLLoader.
Need:
After loading the binding panel, set the value to the controller class.
You need to load the same fxml with different handlers.
Question: is it possible, and if so - how to implement it?
source share