JavaFX is a software platform for creating and delivering rich internet applications (RIAs) that can run across a wide variety of devices. JavaFX is intended to replace Swing as the standard GUI library for Java SE.

JavaFX

How to Create a JavaFX GUI using Scene Builder…

At IDR Solutions I spend some of my time working with JPedal (our PDF Viewer which uses both Swing and JavaFX to provide some sophisticated...
Ernest Duodu
3 min read

How to implement Drag and Drop Function in a…

I have spent alot of time working on implementing more functionality of our JavaFX PDF Viewer. I recently added a drag and drop functionality...
Ernest Duodu
2 min read

JavaFX MP3 Music Player – embedding sound in your…

At IDR Solutions I have been spending alot of time working with Java PDF Viewer as part our Java PDF Library.  Having spent that...
Sylwia Dorota Kedzia
2 min read

The top 11 Free IDE for Java Coding, Development…

At IDR Solutions we spend a lot of our time working with Java as our JPedal Java PDF Library, BuildVu PDF to HTML5/SVG converter ...
Alex Marshall
6 min read

Converting a Swing application into JavaFX – Listeners and…

Recently, I have been working on producing a PDF Viewer, which uses both Swing and JavaFX, in our JPedal PDF library. This has involved a...
Mark Stephens
1 min read

Running tests on both JavaFX and Swing using Junit

In a previous article I began to describe how you can set up a test frame using JUnit and Jemmy that could easily be...
Kieran France
3 min read