Skip to content

Releases: olivertwistor/java-tui

v0.4.0

26 Aug 21:19
3d9aee8

Choose a tag to compare

v0.4.0 Pre-release
Pre-release
  • Added
    • Overloaded Terminal#readInt method to control whether to return only if a valid integer is read.
  • Changed
    • All previously existing Terminal#readInt methods defaults to only return if a valid integer is read.
    • Requires Java 8 instead of Java 7.

v0.3.0

08 Jun 20:52

Choose a tag to compare

v0.3.0 Pre-release
Pre-release
  • Added
    • A Maven POM to make it easier to add this project as a dependency.
    • Method for reading boolean input.

0.1.0

11 Sep 19:14

Choose a tag to compare

0.1.0 Pre-release
Pre-release

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() and System.out.print())
  • read from standard input to either a String variable or an int