The JavaFx sample project. Demonstrating how to write JavaFx application.
- Java 8 or above
- Eclipse
- [JavaFx Scene Builder] (http://gluonhq.com/labs/scene-builder/)
- Download and setup all of the tool mention above in Environment section.
- Clone the project.
- Open Eclipse -> Import -> General -> Existing Projects into Workspace
- Check Select root directory -> Click Browse -> Browse to where you download the project
- Check the Address Book project list in Projects section
- Click finish
- Expand Address Book project in Eclipse -> src -> application
- Right click Main.java -> Run As -> Java Application