custom FXML builders in SceneBuilder

Eric Le Ponner eric.le.ponner at oracle.com
Fri Jan 3 02:44:22 PST 2014


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 <tbee at tbee.org> 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
> 
> 



More information about the openjfx-dev mailing list