top of page

10 minutes with JavaFX on Eclipse IDE

What is JavaFX?


JavaFX is an open source, next generation client application platform for desktop, mobile and embedded systems built on Java.


It will allows you to create Java applications with a modern, hardware-accelerated user interface that is highly portable.


Website : https://openjfx.io/


Installation


You can reference the following link to install JavaFX on Eclipse.


https://www.eclipse.org/efxclipse/install.html

(or)

https://o7planning.org/en/10619/install-efxclipse-into-eclipse


Create Sample JavaFX Application


Here are step to step to create JavaFX application with Eclipse IDE.


1. File > New > Other > JavaFX > JavaFX Project.

2. Add Project Name.

3. Choose JRE. (Minimum JavaSE-1.8)

4. Click Finish.


Create Hello World JavaFX Application


Result



Single post: Blog_Single_Post_Widget
bottom of page