资 源 简 介
Provides a simple API to extend the Console capabilities of Java. Methods provided are to get and set cursor location, output chars, read without echoing, read from the input buffer like getch().
An additional capability provided is a text field like component that allows access via index - automatically mapping to row, col format of the cursor.
Version 0.2 Released : Easier usage
Related blog post: http://sachinhejip.blogspot.com/2009/01/extending-java-console.html