Is there any source code for the JavaFX SceneBuilder? (original) (raw)
Werner Lehmann lehmann at media-interactive.de
Tue Oct 9 03:14:33 PDT 2012
- Previous message: Is there any source code for the JavaFX SceneBuilder?
- Next message: Is there any source code for the JavaFX SceneBuilder?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is also simple to do in Eclipse. The main problem I am having is, how to pass the location of the resource bundle and especially the classpath of my custom controls to SceneBuilder. Without this I am seeing only black boxes (not necessarily black) instead of my custom controls, and resource bundle keys like "%task-dialog-title" instead of "Edit employee task".
In my case this classpath would be assembled from the output directories of several dependent projects plus libraries.
Tom, is this something you managed to do in e(fx)clipse?
Rgds Werner
On 08.10.2012 09:23, Jerome Cambon wrote:
Hi Freddy,
We will provide documentation about Scene Builder integration with various IDE (Netbeans, Eclipse, IntelliJ) soon. For IntelliJ IDEA, it is quite easy to launch Scene Builder (SB) from the IDE, and to build/run the SB samples : 1- Launch SB for IntelliJ - From File->Settings panel, select File Types. Select "Files opened in associated applications", and add "*.fxml" in the pattern list. - Double-click an fxml file to edit it with Scene Builder 2- Run SB examples - Create project from existing sources - In idea/compiler.xml, add the .fxml resource so that the fxml file is copied in the "out" directory next to .class files HTH, Jerome
- Previous message: Is there any source code for the JavaFX SceneBuilder?
- Next message: Is there any source code for the JavaFX SceneBuilder?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]