Re: SceneBuilder 2.0 import custom components from Jar

2014-06-10 Thread Eric Le Ponner
@Christian, JAR import command of Scene Builder 2.0 collects all the classes found in the JAR file and retains only the one that 1) can be instantiated using FXMLLoader 2) extends javafx.scene.Node. In practice, for each class a.b.C, it generates the following FXML: and

Re: SceneBuilder 2.0 import custom components from Jar

2014-06-08 Thread Jonathan Giles
Christian, With my OpenJFX hat on: === ControlsFX-related issues are best discussed on the controlsfx-dev mailing list, which can be accessed (and signed up to) here: http://groups.controlsfx.org Scene Builder is open source - you can access it by cloning the OpenJFX rt r