/[classpath]/classpath/javax/swing/plaf/basic/BasicCheckBoxUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicCheckBoxUI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by trebligd, Fri Aug 26 18:17:57 2005 UTC revision 1.11 by trebligd, Wed Aug 31 15:23:10 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package javax.swing.plaf.basic;  package javax.swing.plaf.basic;
40    
 import javax.swing.AbstractButton;  
41  import javax.swing.Icon;  import javax.swing.Icon;
42  import javax.swing.JComponent;  import javax.swing.JComponent;
43  import javax.swing.UIDefaults;  import javax.swing.UIDefaults;
# Line 58  public class BasicCheckBoxUI extends Bas Line 57  public class BasicCheckBoxUI extends Bas
57      return defaults.getIcon("CheckBox.icon");      return defaults.getIcon("CheckBox.icon");
58    }    }
59        
60    // Overridden to change method access.    /**
61       * Returns the prefix for entries in the {@link UIDefaults} table.
62       *
63       * @return "CheckBox."
64       */
65    public String getPropertyPrefix()    public String getPropertyPrefix()
66    {    {
67      return super.getPropertyPrefix();      return "CheckBox.";
68    }    }
69  }  }
70    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26