/[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.44 by langel, Fri Sep 30 16:39:30 2005 UTC revision 1.45 by langel, Fri Sep 30 19:13:23 2005 UTC
# Line 523  public abstract class AbstractButton ext Line 523  public abstract class AbstractButton ext
523     */     */
524    public AbstractButton()    public AbstractButton()
525    {    {
     updateUI();  
   
526      actionListener = createActionListener();      actionListener = createActionListener();
527      changeListener = createChangeListener();      changeListener = createChangeListener();
528      itemListener = createItemListener();      itemListener = createItemListener();
# Line 540  public abstract class AbstractButton ext Line 538  public abstract class AbstractButton ext
538      setAlignmentX(CENTER_ALIGNMENT);      setAlignmentX(CENTER_ALIGNMENT);
539      setAlignmentY(CENTER_ALIGNMENT);      setAlignmentY(CENTER_ALIGNMENT);
540      setDisplayedMnemonicIndex(-1);      setDisplayedMnemonicIndex(-1);
541        updateUI();
542    }    }
543    
544    /**    /**

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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