java.awt
Interface MenuContainer
- All Known Implementing Classes:
- Component, Frame, Menu, MenuBar
- public interface MenuContainer
The super class of all menu related containers.
getFont
public Font getFont()
remove
public void remove(MenuComponent comp)
postEvent
public boolean postEvent(Event evt)
- Deprecated. As of JDK version 1.1
replaced by dispatchEvent(AWTEvent).
Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.