All Projects → controlsfx → Controlsfx

controlsfx / Controlsfx

Licence: other
High quality UI controls to complement the core JavaFX distribution

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Controlsfx

Jfxtras Styles
Java, JavaFX themes or look and feels. Currently contains JMetro theme.
Stars: ✭ 412 (-53.55%)
Mutual labels:  javafx
Medusa
A JavaFX library for Gauges
Stars: ✭ 503 (-43.29%)
Mutual labels:  javafx
Prettyzoo
😉 Pretty nice Zookeeper GUI, Support Win / Mac / Linux Platform
Stars: ✭ 671 (-24.35%)
Mutual labels:  javafx
Javafx Gradle Plugin
Gradle plugin for JavaFX
Stars: ✭ 425 (-52.09%)
Mutual labels:  javafx
Rxjavafx
RxJava bindings for JavaFX
Stars: ✭ 489 (-44.87%)
Mutual labels:  javafx
Scalafx
ScalaFX simplifies creation of JavaFX-based user interfaces in Scala
Stars: ✭ 555 (-37.43%)
Mutual labels:  javafx
Formsfx
A framework for easily creating forms for a JavaFX UI.
Stars: ✭ 380 (-57.16%)
Mutual labels:  javafx
Everest
A beautiful, cross-platform REST client.
Stars: ✭ 785 (-11.5%)
Mutual labels:  javafx
Qupath
QuPath - Bioimage analysis & digital pathology
Stars: ✭ 503 (-43.29%)
Mutual labels:  javafx
Jfreechart
A 2D chart library for Java applications (JavaFX, Swing or server-side).
Stars: ✭ 665 (-25.03%)
Mutual labels:  javafx
Preferencesfx
A framework for easily creating a UI for application settings / preferences.
Stars: ✭ 449 (-49.38%)
Mutual labels:  javafx
Xr3player
🎧 🎼 Advanced JavaFX Media Player
Stars: ✭ 472 (-46.79%)
Mutual labels:  javafx
Cljfx
Declarative, functional and extensible wrapper of JavaFX inspired by better parts of react and re-frame
Stars: ✭ 624 (-29.65%)
Mutual labels:  javafx
Codeguide
📚 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
Stars: ✭ 6,750 (+660.99%)
Mutual labels:  javafx
Testfx
Simple and clean testing for JavaFX.
Stars: ✭ 699 (-21.2%)
Mutual labels:  javafx
Library Assistant
Modern Library Management Software using JavaFX
Stars: ✭ 380 (-57.16%)
Mutual labels:  javafx
Blobsaver
A cross-platform GUI app for saving SHSH blobs using tsschecker
Stars: ✭ 529 (-40.36%)
Mutual labels:  javafx
P2p
Practice project to demonstrate p2p file sharing.
Stars: ✭ 16 (-98.2%)
Mutual labels:  javafx
Javafx Maven Plugin
Maven plugin for JavaFX
Stars: ✭ 764 (-13.87%)
Mutual labels:  javafx
Jfoenix
JavaFX Material Design Library
Stars: ✭ 5,720 (+544.87%)
Mutual labels:  javafx

ControlsFX

Maven Central Travis CI 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 ensure 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

The default development branch is jfx-13. Both master (JavaFX 8) and 9.0.0 (JavaFX 9+) branches exist for critical bug fixes only.

If you want to play with the ControlsFX sample application, clone the repository and run:

./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. You can build ControlsFX locally like this:

./gradlew build check

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!

If you have questions, you should join the mailing list.

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.

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].