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 / sun / awt / windows / WEmbeddedGraphics.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-07-08  |  340 b   |  11 lines

  1. package sun.awt.windows;
  2.  
  3. public class WEmbeddedGraphics extends WGraphics {
  4.    WEmbeddedGraphics(int var1) {
  5.       super(var1);
  6.    }
  7.  
  8.    public void dispose() {
  9.    }
  10. }
  11.