/[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.11 by rabbit78, Wed Sep 28 15:17:42 2005 UTC revision 1.12 by rabbit78, Fri Sep 30 13:15:45 2005 UTC
# Line 160  public class BasicRadioButtonUI extends Line 160  public class BasicRadioButtonUI extends
160      if (text != null)      if (text != null)
161        paintText(g, b, tr, text);        paintText(g, b, tr, text);
162      // TODO: Figure out what is the size parameter?      // TODO: Figure out what is the size parameter?
163      paintFocus(g, tr, null);      if (b.hasFocus())
164          paintFocus(g, tr, null);
165    }    }
166    
167    /**    /**

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

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