-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from PrimosK/jkd-11-compatibility
Java 11 compatibility
- Loading branch information
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# UnitFX | ||
|
||
UnitFX is a lightweight framework for creating textfield input controls based on a "unit of measure" UOM. | ||
Currently the only documentation is the source code itself. Please take a look at the file DemoApp.java to find | ||
Currently the only documentation is the source code itself. Please take a look at the file `DemoApp.java` to find | ||
out how to use the framework. | ||
|
||
QuantityInputField will perform validation and conversion between different units out-of-the-box. A "base" unit can be | ||
`QuantityInputField` will perform validation and conversion between different units out-of-the-box. A "base" unit can be | ||
set on a textfield and the field will be highlighted when the user changes the textfield's unit to something | ||
different than the base unit. | ||
|
||
*At least **JDK 11** is required.* | ||
|
||
![screenshot of demo_app](docs/images/demo.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters