/[classpath]/classpath/javax/swing/AbstractButton.java
ViewVC logotype

Diff of /classpath/javax/swing/AbstractButton.java

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

revision 1.2 by rveldema, Tue Mar 12 11:36:22 2002 UTC revision 1.3 by ericb, Tue Apr 30 10:19:27 2002 UTC
# Line 203  public abstract class AbstractButton ext Line 203  public abstract class AbstractButton ext
203                  default_icon = defaultIcon;                  default_icon = defaultIcon;
204                  if (default_icon != null)                  if (default_icon != null)
205                  {                  {
206                          default_icon.setParent(this);                    // XXX FIXME - icons do not know their parent
207    //                      default_icon.setParent(this);
208                  }                  }
209                  revalidate();                  revalidate();
210                  repaint();                  repaint();

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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