Saturday, January 25, 2014

My First JavaFX Application in 10 Steps with NetbeansIDE

No comments:



1) Take the latest version of Netbeans IDE ,

https://netbeans.org/downloads/



2) Install the jdk8 build version
https://jdk8.java.net/download.html


3) Install JavaFX scene builder from
http://www.oracle.com/technetwork/java/javafx/downloads/index.html



4) Open the netbeans and create the JavaFX FXML application project

Description of Figure 1-1 follows

5) Specify the jdk8 version in JavaFX platform

Description of Figure 1-2 follows

6) Specify the JavaFX scene builder path in Netbeans



7) Right Click the fxml file and choose open



8) It will open the scene builder like this,



9) Run the application by choosing run



10) It is done




Happy Coding :)
Read More