Skip to content

controlsfx/controlsfx

ControlsFX

Maven Central Build BSD-3 license Language grade: Java

ControlsFX is an open source project for JavaFX that aims to provide really high quality UI controls and other tools to complement the core JavaFX distribution. It has been developed for JavaFX 8.0 and beyond, and has a guiding principle of only accepting new controls / features when all existing code is at an acceptably high level, including thankless jobs like having high quality javadoc documentation. This ensures a high quality release is available at all times, with all experimental work being done in branches of the main code base.

Features

ControlsFX includes so many features that we're now listing them on a separate page! Go to the ControlsFX features page to see some of what is included in ControlsFX.

Quick links

Getting Started

Build ControlsFX locally:

./gradlew build check

Want to play with the ControlsFX sample application:

./gradlew run

If you have a feature you can contribute, a bug you want to fix, or have a bug you'd like to file, please direct it to the issue tracker.

If you want to use ControlsFX, then you're probably wondering how to use the API that we've slaved over for hours! In your case, the best and definitive location for help is definitely our javadocs. Fear not, these are not a barren wasteland of undescribed functionality - we've poured our hearts into making these javadocs full to the brim of examples, commentary and explanation. If anything is unclear to you, file a bug in our issue tracker and we'll do our best to update the documentation straight away!

Another great place to explore is our sample code, all located in the controlsfx-samples directory of this source code repository. We've put a bunch of effort into making these examples something you can learn from.

JavaFX 8 source can be found on jdk-8 branch.

Contributing

Please feel free to report issues. If you want to submit a bug fix, or an enhancement request, please make sure to go through Contributing to ControlsFX before creating a PR.

Thanks To

Company For..
For substantial contributions towards project hosting and development of major features and improvements.
For the IntelliJ IDEA licenses.