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

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

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

revision 1.6.2.1 by gnu_andrew, Tue Aug 2 20:12:38 2005 UTC revision 1.6.2.2 by gnu_andrew, Sat Sep 10 15:31:52 2005 UTC
# Line 103  public class BasicRadioButtonUI extends Line 103  public class BasicRadioButtonUI extends
103     */     */
104    protected String getPropertyPrefix()    protected String getPropertyPrefix()
105    {    {
106      return "RadioButton";      return "RadioButton.";
107    }    }
108    
109    /**    /**
# Line 117  public class BasicRadioButtonUI extends Line 117  public class BasicRadioButtonUI extends
117    public Icon getDefaultIcon()    public Icon getDefaultIcon()
118    {    {
119      UIDefaults defaults = UIManager.getLookAndFeelDefaults();      UIDefaults defaults = UIManager.getLookAndFeelDefaults();
120      return defaults.getIcon(getPropertyPrefix() + ".icon");      return defaults.getIcon(getPropertyPrefix() + "icon");
121    }    }
122    
123    /**    /**

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2

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