|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--LabMenu
A menu template.
| Method Summary | |
static int |
chooseOption(java.lang.String s)
Allows the user to choose between numbered options in a dialog box. |
static void |
displayTitle(java.lang.String s)
Displays the specified string in a dialog box. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void displayTitle(java.lang.String s)
s - the string to displaypublic static int chooseOption(java.lang.String s)
s - a string displaying the numbered options,
one per line
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||