/[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.40 by trebligd, Thu Jul 21 09:06:08 2005 UTC revision 1.41 by rabbit78, Thu Jul 21 12:07:06 2005 UTC
# Line 572  public abstract class AbstractButton ext Line 572  public abstract class AbstractButton ext
572      if(text != null)      if(text != null)
573          this.text = text;          this.text = text;
574    
575      default_icon = icon;      if (icon != null)
576          default_icon = icon;
577    
578      actionListener = createActionListener();      actionListener = createActionListener();
579      changeListener = createChangeListener();      changeListener = createChangeListener();
580      itemListener = createItemListener();      itemListener = createItemListener();

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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