Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/controlsfx/controlsfx
High quality UI controls to complement the core JavaFX distribution
https://github.com/controlsfx/controlsfx
controlsfx javafx
Last synced: 22 days ago
JSON representation
High quality UI controls to complement the core JavaFX distribution
- Host: GitHub
- URL: https://github.com/controlsfx/controlsfx
- Owner: controlsfx
- License: bsd-3-clause
- Created: 2018-12-18T05:52:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T07:12:04.000Z (6 months ago)
- Last Synced: 2024-05-18T21:35:59.102Z (6 months ago)
- Topics: controlsfx, javafx
- Language: Java
- Homepage: https://controlsfx.org
- Size: 26.6 MB
- Stars: 1,505
- Watchers: 47
- Forks: 262
- Open Issues: 471
-
Metadata Files:
- Readme: readme.md
- License: license.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- aboutfx - ControlsFX
README
ControlsFX
=====[![Maven Central](http://img.shields.io/maven-central/v/org.controlsfx/controlsfx)](https://search.maven.org/search?q=g:org.controlsfx%20AND%20a:controlsfx)
[![Build](https://github.com/controlsfx/controlsfx/actions/workflows/build.yml/badge.svg)](https://github.com/controlsfx/controlsfx/actions/workflows/build.yml)
[![BSD-3 license](https://img.shields.io/badge/license-BSD--3-%230778B9.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/controlsfx/controlsfx.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/controlsfx/controlsfx/context: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](https://controlsfx.github.io/javadoc/).
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](https://controlsfx.org) page to see some of what is included in ControlsFX.## Quick links
- [JavaDoc](https://controlsfx.github.io/javadoc/)
- [Bug / Feature Tracking](https://github.com/controlsfx/controlsfx/issues)
- [Release Notes](https://github.com/controlsfx/controlsfx/releases)## 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](https://github.com/controlsfx/controlsfx/issues).
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](https://controlsfx.github.io/javadoc/).
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](https://github.com/controlsfx/controlsfx/issues) 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](https://github.com/controlsfx/controlsfx/wiki/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.|