WebFX Extras is a collection of additional JavaFX controls and other materials, designed for WebFX, which serve one or more of the following purposes:
① Offering simpler alternatives to complex JavaFX controls that are not yet covered by the WebFX Kit
② Back-porting existing web features or JS libraries to WebFX (with an emulation in JavaFX)
③ Offering additional controls or materials not present in the javafx-controls module, but yet useful for some Enterprise applications.
UI module | Description | Purpose(s) | Demo |
---|---|---|---|
Visual API | Simple API for UI data (similar to Google visualization API) | ① ② ③ | |
VisualGrid | A data grid (an alternative to the more complex JavaFX TableView API) | ① | |
VisualCharts | Charts (an alternative to the more complex JavaFX charts API) | ① ② | |
VisualGantt | A Gantt chart framework for WebFX | ③ | |
FilePicker | A cross-platform alternative to the JavaFX FileChooser | ① | Files |
FlexBox | Implementation of a simple flex box layout | ② | FlexBox |
WebText | A cross-platform API for web text (HTML or SVG) | ② | Website |
Led | A simple led component | ③ | Led Packing |
MaterialDesign | A material design style (API & implementation - no CSS) | ② |
WebFX Extras is free, open-source software licensed under the Apache License 2.0.