home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / plaf / basic / BasicIconFactory$EmptyFrameIcon.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  731 b   |  33 lines

  1. package javax.swing.plaf.basic;
  2.  
  3. import java.awt.Component;
  4. import java.awt.Graphics;
  5. import java.io.Serializable;
  6. import javax.swing.Icon;
  7.  
  8. class BasicIconFactory$EmptyFrameIcon implements Icon, Serializable {
  9.    int height;
  10.    int width;
  11.  
  12.    private BasicIconFactory$EmptyFrameIcon() {
  13.       this.height = 16;
  14.       this.width = 14;
  15.    }
  16.  
  17.    public void paintIcon(Component var1, Graphics var2, int var3, int var4) {
  18.    }
  19.  
  20.    public int getIconWidth() {
  21.       return this.width;
  22.    }
  23.  
  24.    public int getIconHeight() {
  25.       return this.height;
  26.    }
  27.  
  28.    // $FF: synthetic method
  29.    BasicIconFactory$EmptyFrameIcon(BasicIconFactory.1 var1) {
  30.       this();
  31.    }
  32. }
  33.