Definition at line 14 of file MenuItem.java.
Package Functions | |
MenuItem (String msg, int len) | |
menu item | |
int | returnKey () |
|
sets the initial position and color of the textWidget. The position is invariant but the color may change later. param y row position param x column position param color1 default color from toolkit param color2 active color from toolkit MenuItem( int y, int x, int color1, int color2){ super( y, x, color1, color2 ); } Definition at line 32 of file MenuItem.java. |
|
returns key Definition at line 40 of file MenuItem.java. References pkgView.ScreenKit.ttyGetKey(). |