Home - Sam36502/SimpleTUI GitHub Wiki
Welcome to the SimpleTUI wiki!
SimpleTUI_2.1.0.jar
Latest Version Download:Introduction
This library aims to make handling input and output easier for people starting out with java, as well as experienced coders who just don't want to have to write validation code. The two most basic features of this library, input and output, are explained in detail in Input Setup, Input, and Output.
Guide of Features
What would you like to do?
- I need Input from the user
- I keep getting errors when reading user input
- I want to format my output
- I want to get an array from the user
- I need to display an array
- I need to show a table of data
- I want to give a limited set of options to the user
Planned Versions
The next version that is planned is v2.2. Here's the changelog for the new version:
- Many small improvements / bug-fixes
- Quality of life improvements
- A small logger
- Javadoc Annotation
- File handling
- Better portable
clearScreen()
- Oxford comma variant of
sentenceArray()
- Secure password input
- Improved documentation
- Simple chart system
- Improved error handling
Vote on a change
I have been debating whether having all the methods spread out into static classes makes more sense, or condensing them into simple 'Input' and 'Output' classes make more sense. Vote here on which you would prefer: Strawpoll