Beyond the official API
JavaFX is not just the API you get from the installation. There is a large range of libraries, frameworks, and technologies created by third-party developers.
There is a great list of such items at https://github.com/mhrimaz/AwesomeJavaFX. There are dozens of entries there, so I'll list the ones I consider to be the most interesting next.
Frameworks and libraries
- ControlsFX (http://fxexperience.com/controlsfx/) provides a great range of controls, from advanced ones such as
SpreadsheetView
to small but convenient ones such asBorders
. - JFXtras (http://jfxtras.org/) is a huge JavaFX extension library with utility classes, new controls, and various enhancements.
- TestFX (https://github.com/TestFX/TestFX) is a simple and convenient test framework.
- JxBrowser (https://jxbrowser.support.teamdev.com/support/home) is an alternative to JavaFX WebView, based on Chromium and supporting a wider set of browser functionality. It doesn't use the JavaFX graphics engine, but can be used in...