Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Netbeans 7 / 7.1 javafx GUI designer / builder

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

like image 916
user1011394 Avatar asked Oct 24 '11 17:10

user1011394


People also ask

Does NetBeans have JavaFX?

We begin by looking at a sample that comes with NetBeans IDE. It provides all the JavaFX code we'll need. In the following sections, we'll port the code to a NetBeans Platform application. Choose File > New Project (Ctrl+Shift+N).


1 Answers

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

like image 56
Steven Lizarazo Avatar answered Oct 05 '22 07:10

Steven Lizarazo