views:

38

answers:

0

Hi experts,

for my opensource project I'm looking for a library to create a interactive menu on command line interface. Prefer java 1.5 to run it on any win/linux/mac platform. It would be nice this lib will use the Builder pattern.

Short specification:

Your are in my command line menu
1) create a new item
2) view the item
3) let to to the submenu
4) help
5) exit

press choice number and than <enter>
$> 

Yes, this is a simple menu framework, that resemble pioneering 20-years old menu interface. Yes, I can write it self, but I do not want reinvent the wheel.

Any advises will be much appreciated.

Thanks, Oleg