home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 129 / dpcs1198.iso / Internet / Compu / Win95 / MSIE302.LIB / MSIE302.EXE / ieakjava.exe / CLASSR.EXE / java / awt / MenuContainer.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  314 b   |  10 lines

  1. package java.awt;
  2.  
  3. public interface MenuContainer {
  4.    Font getFont();
  5.  
  6.    boolean postEvent(Event var1);
  7.  
  8.    void remove(MenuComponent var1);
  9. }
  10.