When Scene Builder 2.0 found a custom components, it instantiates it using FXMLLoader without making any specific builder setup. So FXMLLoader uses the default JavaFX builder factory.
Since builders are deprecated, I'm not sure it make sense for SB to have dependency on them. Eric Le 3 janv. 2014 à 10:55, Tom Eugelink <[email protected]> a écrit : > > I had no problems adding the JFXtras components to SceneBuilder, but one of > the controls has a custom FXML builder. It is present in the same jar, but > how do I tell SceneBuilder to use it? Now when I try to load an fxml file an > exception ("unable to coerse") is shown by SceneBuilder. > > Tom > >
