Re: Java Gurus Help



"IchBin" <weconsul@xxxxxxx> wrote in message news:08WdnaY0V-zw7I7ZUSdV9g@xxxxxxxxxx
You threw me off before when you said a menu. Menu is a GUI object and not command line displays.

"Menu" is the name of a class in Java, and that's probably what you, IchBin, were thinking. But the term "menu" was also used back when computers only had text displays. They referred to exactly what Andrew is trying to implement: A list of options which could be selected by pressing the code (usually a single character long) associated with the desired option.

So Andrew wasn't "incorrect", but rather he was "ambiguous".

- Oliver

.