home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 25 / CDROM25.iso / Share / prog / VJ11 / VJTRIAL.EXE / IE30Java.exe / classd.exe / java / awt / peer / ContainerPeer.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-27  |  266 b   |  8 lines

  1. package java.awt.peer;
  2.  
  3. import java.awt.Insets;
  4.  
  5. public interface ContainerPeer extends ComponentPeer {
  6.    Insets insets();
  7. }
  8.