org.jfxtras:jfxtras-window

Miscellaneous components for JavaFX


License
BSD-3-Clause

Documentation

JFXtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets. See the JFXtras website 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.

The group-id is org.jfxtras, the artifact-id is the module name.

Maven:
<dependency>
  <groupId>org.jfxtras</groupId>
  <artifactId>jfxtras-controls</artifactId>
  <version>11-r1-SNAPSHOT</version>
</dependency>
Gradle:
compile group: 'org.jfxtras', name: 'jfxtras-controls', version: '11-r1-SNAPSHOT'

License

JFXtras uses the new BSD license