Releases: olivertwistor/java-tui
Releases · olivertwistor/java-tui
v0.4.0
- Added
- Overloaded
Terminal#readIntmethod to control whether to return only if a valid integer is read.
- Overloaded
- Changed
- All previously existing
Terminal#readIntmethods defaults to only return if a valid integer is read. - Requires Java 8 instead of Java 7.
- All previously existing
v0.3.0
- Added
- A Maven POM to make it easier to add this project as a dependency.
- Method for reading boolean input.
0.1.0
This is the first release of this library. It contains one usable class: Terminal. With it you can:
- write to standard output (the same functionality as with
System.out.println()andSystem.out.print()) - read from standard input to either a
Stringvariable or anint