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 / peer / ChoicePeer.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  288 b   |  8 lines

  1. package java.awt.peer;
  2.  
  3. public interface ChoicePeer extends ComponentPeer {
  4.    void addItem(String var1, int var2);
  5.  
  6.    void select(int var1);
  7. }
  8.