https://github.com/innfactory/jfxc
Jonato JavaFX Controls - More Power for your JavaFX Gui
https://github.com/innfactory/jfxc
java-8 javafx javafx-gui ui-components
Last synced: 2 months ago
JSON representation
Jonato JavaFX Controls - More Power for your JavaFX Gui
- Host: GitHub
- URL: https://github.com/innfactory/jfxc
- Owner: innFactory
- License: apache-2.0
- Created: 2016-02-14T19:41:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T08:29:19.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T04:06:09.699Z (2 months ago)
- Topics: java-8, javafx, javafx-gui, ui-components
- Language: Java
- Homepage: https://innfactory.de
- Size: 75.2 KB
- Stars: 43
- Watchers: 12
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JFXC
![JFXC by Jonato][jfxcLogo][](https://travis-ci.org/innFactory/JFXC)
[](https://codecov.io/github/innFactory/JFXC?branch=master)
[](http://www.apache.org/licenses/LICENSE-2.0.txt)
[](https://jonato.de)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
## Parts
1. Keyboard
2. Controls
3. Informations### Keyboard(FX)
```
Keyboard event Framework for all JavaFX KeyUp and Down Events.
Has a registry class for saving your instance.
```### Controls
```
>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...)
```### Informations
```
Get quickly infos about the operating system, the current system and the current user
```## Maven
```de.jonato
jfxc
[LATEST_VERSION]```
## Requirements
- Java >= 1.8
- JavaFX8## Changelog
### 1.1.1
- Add Wiki Infos and Tutorials
- Add Logo
- Add ipv4 and ipv6 to system info### 1.1
- First release on maven
- JavaFX BarcodeWrapper classes for Okapi Barcode
- BarcodeView### 1.0.2
- Add Unit Tests
- Add Info Classes
- Add AutoCompleteCombobox
- Add Spacer Control
- Fix Validation### 1.0.1
- Add with KeyboardFX
- Add KeyValueTable
- Add TimeTextField
- Add NumberTextField
- Add FilterComboBox### 0.0.1
- Inital Commit## Credits
![innFactory JavaFX Entwicklung][logo][Tobias Jonas](https://jonato.de "Tobias Jonas")
(c) [innFactory](https://innFactory.de "innFactory - Cloud-native Engineering")[logo]: https://innfactory.de/images/logos/innFactory1x.png "innFactory Logo"
[jfxcLogo]: http://v1.jonato.de/sites/default/files/jfxc_product2.png "JFXC powered by innFactory"