News

Alongside the support for JavaFX, version 8.0 also contains improvements for working with the tool in general, including a more lightweight setup for headless test execution and integration with ...
JavaFX wowed me with great data-binding capabilities, a nice palletized library of widgets, and good features for programmatically directing 2-D keyframe animations.
Gluon has introduced a technology preview of JavaFX running a single codebase across PC, mobile, and now client web. These fully standalone web clients do not require any server-side portion ...
JavaFX 14 is available to help developers create cross-platform GUI applications with a single codebase. Improvements include HTTP/2 support with an embedded browser, controlled by native Java code.
I'm playing around with swing and javafx and updating a label from a runnable. It looks like you must do it in some other way with JavaFx since I get: Not on FX application thread; currentThread = ...