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$CheckBoxIcon.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  703 b   |  30 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$CheckBoxIcon implements Icon, Serializable {
  9.    static final int csize = 13;
  10.  
  11.    private BasicIconFactory$CheckBoxIcon() {
  12.    }
  13.  
  14.    public void paintIcon(Component var1, Graphics var2, int var3, int var4) {
  15.    }
  16.  
  17.    public int getIconWidth() {
  18.       return 13;
  19.    }
  20.  
  21.    public int getIconHeight() {
  22.       return 13;
  23.    }
  24.  
  25.    // $FF: synthetic method
  26.    BasicIconFactory$CheckBoxIcon(BasicIconFactory.1 var1) {
  27.       this();
  28.    }
  29. }
  30.