8

is there any GUI builder available for JavaFX2 in Netbeans 7.0 / 7.1? In previous Netbeans versions I've used the plugin "JavaFX Composer" but it seems to be that the plugin isn't avaialable for 7.0 and 7.1.

Do you have any suggestions?

Thanks

Sajad Bahmani
  • 17,325
  • 27
  • 86
  • 108
user1011394
  • 1,656
  • 6
  • 28
  • 41

6 Answers6

8

Yes there is one GUI tool: JavaFX Scene Builder.

You can download it from:

http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html#sb

Go to downloads JavaFX Scene Builder.

There's also a tutorial on how to install it:

http://docs.oracle.com/javafx/scenebuilder/1/installation/jsbpub-installation.htm

Miel
  • 3,347
  • 2
  • 26
  • 39
Steven Lizarazo
  • 5,320
  • 2
  • 28
  • 25
3

Netbeans 7.1 beta has the support for it as you can read here: http://netbeans.org/community/releases/71/

Support for JavaFX 2.0

Aurelio De Rosa
  • 21,856
  • 8
  • 48
  • 71
  • I agree with your statement. It supports fully JavaFX 2.0. But I can't find any informations about a GUI Builder for it.... – user1011394 Oct 24 '11 at 18:07
  • I am using the OSX version of Netbeans 7.1 and I cannot find the JavaFX "gui builder" I am pretty sure it's not available yet. I hav looked quite a bit. – ril3y Oct 27 '11 at 02:14
  • There is no GUI builder integrated in NetBeans, but you can use Scene Builder and then export your FXML file to netBeans JFX project – 4lex1v May 07 '12 at 09:20
1

No.

Or rather, not yet. The JavaFX Scene Builder is in the pipeline, see https://forums.oracle.com/forums/thread.jspa?threadID=2298158. I assume it will be integrated into Netbeans.

Knut Arne Vedaa
  • 15,372
  • 11
  • 48
  • 59
1

not now, seems that the scene builder will avaliable in the third quarter of 2012.

you can see the javafx roadmap.

http://javafx.com/roadmap/

jack jin
  • 1,254
  • 10
  • 12
0

The official tool is JavaFx Scene Builder It creates FXML file with all the components You can ask queries and report problems in Oracle Forum

Neil
  • 5,919
  • 15
  • 58
  • 85
0

When we right-click the FXML file in netbeans and choose Open, then NetBeans IDE automatically locates the latest installed Scene Builder.

if NetBeans cannot locate the installed Scene Builder :

  1. From the Main menu, select Tools and choose Options.

  2. In the Options window, click Java and then the JavaFX tab.

  3. Specify the location of the Scene Builder installation folder and then click OK.

Wilq
  • 2,245
  • 4
  • 33
  • 37
Vivek Pawar
  • 339
  • 3
  • 5