Jonato JavaFX Controls - More Power for your JavaFX Gui
With Jonato JavaFX Controls you can extend your GUI with some new fresh controls.
Tutorials @ https://github.com/Jonato/JFXC/wiki
Samples @ /test/java/de/jonato/jfxc/samples
- Keyboard
- Controls
- Informations
Keyboard event Framework for all JavaFX KeyUp and Down Events.
Has a registry class for saving your instance.
>KeyValueTable
Display KeyValue data in a Table Control. You can hide keys from your items list with the skip list.
>Custom Combobox
FilterComboBox: Jump to your entry by entering the first letter.
AutoCompleteComboBox: Search your ComboBox by the given Text.
>BarcodeView
Generate and display a barcode and save it to a file (svg, eps, png, jpg, gif, bmp). It is bassed on woo-j/OkapiBarcode lib.
>Spacer
Add spaces between two javafx nodes in hbox and vbox
>TextFields
TimeTextField: Add a TextField for time (HH:mm) or (HH:mm:ss)
TypedTextField: TextFields for basic datatypes with validation (Long, Int, Double...)
Get quickly infos about the operating system, the current system and the current user
<dependency>
<groupId>de.jonato</groupId>
<artifactId>jfxc</artifactId>
<version>[LATEST_VERSION]</version>
</dependency>
- Java >= 1.8
- JavaFX8
- Add Wiki Infos and Tutorials
- Add Logo
- Add ipv4 and ipv6 to system info
- First release on maven
- JavaFX BarcodeWrapper classes for Okapi Barcode
- BarcodeView
- Add Unit Tests
- Add Info Classes
- Add AutoCompleteCombobox
- Add Spacer Control
- Fix Validation
- Add with KeyboardFX
- Add KeyValueTable
- Add TimeTextField
- Add NumberTextField
- Add FilterComboBox
- Inital Commit