All Projects → innFactory → JFXC

innFactory / JFXC

Licence: Apache-2.0 license
Jonato JavaFX Controls - More Power for your JavaFX Gui

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to JFXC

javafx-examples
JavaFX Example Projects
Stars: ✭ 85 (+102.38%)
Mutual labels:  javafx, javafx-gui
JFXGoogleDrive
A JavaFX Google Drive Client (For Demonstration Purposes Only).
Stars: ✭ 29 (-30.95%)
Mutual labels:  javafx, javafx-gui
GNCarousel
Carousel based on web design
Stars: ✭ 19 (-54.76%)
Mutual labels:  javafx, javafx-gui
gramophy
A JavaFX based Open-Source YouTube Music Downloader/Player
Stars: ✭ 88 (+109.52%)
Mutual labels:  javafx, javafx-gui
FxEditor
JavaFX rich text editor able to handle billions of lines (WORK IN PROGRESS)
Stars: ✭ 21 (-50%)
Mutual labels:  javafx, javafx-gui
subtitles-view
基于javaFX的简单字幕处理桌面程序,集成在线翻译及语音转换
Stars: ✭ 368 (+776.19%)
Mutual labels:  javafx, javafx-gui
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (-54.76%)
Mutual labels:  javafx, javafx-gui
DashboardFx
JavaFx Dashboard
Stars: ✭ 272 (+547.62%)
Mutual labels:  javafx, javafx-gui
JavaFX-3D
JavaFX 3D Development Tutorial
Stars: ✭ 29 (-30.95%)
Mutual labels:  javafx, javafx-gui
Gmapsfx
Java API for using Google Maps within a JavaFX application.
Stars: ✭ 233 (+454.76%)
Mutual labels:  javafx
Hacktober-2019
Repo for TOM members dedicated for the Hacktober fest of 2019 (6th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.
Stars: ✭ 16 (-61.9%)
Mutual labels:  javafx
Dashboardfx
JavaFx Dashboard
Stars: ✭ 219 (+421.43%)
Mutual labels:  javafx
Chart Fx
A scientific charting library focused on performance optimised real-time data visualisation at 25 Hz update rates for data sets with a few 10 thousand up to 5 million data points.
Stars: ✭ 227 (+440.48%)
Mutual labels:  javafx
GitFx
Gitfx Java FX application
Stars: ✭ 18 (-57.14%)
Mutual labels:  javafx
Vworkflows
Flow Visualization Library for JavaFX and VRL-Studio
Stars: ✭ 226 (+438.1%)
Mutual labels:  javafx
wayland-javafx
wayland backend for javafx
Stars: ✭ 20 (-52.38%)
Mutual labels:  javafx
Dev Tools
The most popular software developer tools in one app
Stars: ✭ 221 (+426.19%)
Mutual labels:  javafx
Javafx Maven Plugin
Maven plugin to run JavaFX 11+ applications
Stars: ✭ 213 (+407.14%)
Mutual labels:  javafx
YuMusic
A Music Player Build with JavaFX WebView, iView,RequireJS
Stars: ✭ 17 (-59.52%)
Mutual labels:  javafx
client
Stream-Pi Client
Stars: ✭ 222 (+428.57%)
Mutual labels:  javafx

JFXC

JFXC by Jonato

travis-ci.org codecov.io shields.io 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

<dependency>
  <groupId>de.jonato</groupId>
  <artifactId>jfxc</artifactId>
  <version>[LATEST_VERSION]</version>
</dependency>

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

Tobias Jonas [email protected] (c) innFactory

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].