Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JFXtras/jfxtras
A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
https://github.com/JFXtras/jfxtras
Last synced: 3 months ago
JSON representation
A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
- Host: GitHub
- URL: https://github.com/JFXtras/jfxtras
- Owner: JFXtras
- License: other
- Created: 2012-02-13T20:03:59.000Z (over 12 years ago)
- Default Branch: 17
- Last Pushed: 2024-04-01T23:58:24.000Z (7 months ago)
- Last Synced: 2024-06-26T18:55:38.770Z (4 months ago)
- Language: Java
- Homepage: http://jfxtras.org
- Size: 62.1 MB
- Stars: 599
- Watchers: 67
- Forks: 123
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: license-template.txt
Awesome Lists containing this project
- aboutfx - JFXtras
README
JFXtras
=======A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets.
See the [JFXtras website](http://jfxtras.org/) for more details and screen clips.## Project structure:
Root project 'jfxtras-parent'
+--- Module 'jfxtras-agenda'
+--- Module 'jfxtras-common'
+--- Module 'jfxtras-controls'
+--- Module 'jfxtras-font-roboto'
+--- Module 'jfxtras-fxml'
+--- Module 'jfxtras-gauge-linear'
+--- Module 'jfxtras-icalendaragenda'
+--- Module 'jfxtras-icalendarfx'
+--- Module 'jfxtras-menu'
+--- Module 'jfxtras-test-support'
\--- Module 'jfxtras-window'## How to use
The easiest way to use JFXtras is by using Maven or Gradle and access the [Maven central repository](https://search.maven.org/search?q=g:org.jfxtras).
The `group-id` is `org.jfxtras`, the `artifact-id` is the module name.
###### Maven:
org.jfxtras
jfxtras-controls
11-r1-SNAPSHOT
###### Gradle:compile group: 'org.jfxtras', name: 'jfxtras-controls', version: '11-r1-SNAPSHOT'
## License
JFXtras uses the [new BSD](http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22Revised_BSD_License.22.2C_.22New_BSD_License.22.2C_or_.22Modified_BSD_License.22.29) license