Java-Console-View
Java-Console-View copied to clipboard
A Java framework to instantly build the View layer of your command line app. No more worries about anything like printing menus or validating user inputs. Just focus on your app logic.
Hi! I really like the library and command line menu creation is made easy. I have a very specific requirement wherein I start an async task from ActionView. The current...
The Builder class in ViewConfig has setter for Menu selection message, Pause message, Quit message... for all its private fields, except for Input error message, being impossible to change the...