home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VPage / Java.bin / CLASSES.ZIP / java / awt / peer / WindowPeer.class (.txt) < prev   
Encoding:
Java Class File  |  1997-07-08  |  262 b   |  8 lines

  1. package java.awt.peer;
  2.  
  3. public interface WindowPeer extends ContainerPeer {
  4.    void toFront();
  5.  
  6.    void toBack();
  7. }
  8.