Modifier and Type | Method and Description |
---|---|
public Font | |
public boolean | |
public void | remove(MenuComponent
the menu component to remove comp)Removes the specified menu component from the menu. |
getFont | back to summary |
---|---|
public Font getFont() Returns the font in use by this container.
|
postEvent | back to summary |
---|---|
public boolean postEvent(Event evt)
Deprecated As of JDK version 1.1 replaced by dispatchEvent(AWTEvent). Posts an event to the listeners.
|
remove | back to summary |
---|---|
public void remove(MenuComponent comp) Removes the specified menu component from the menu.
|