/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.5054 by mark, Fri Sep 30 10:46:23 2005 UTC revision 1.5055 by rabbit78, Fri Sep 30 13:11:01 2005 UTC
# Line 1  Line 1 
1    2005-09-29  Roman Kennke  <kennke@aicas.com>
2    
3            * javax/swing/AbstractButton.java
4            (AbstractButton): Don't call init() from here. Moved some
5            initialization code from init() to the constructor.
6            (init): Moved most of the initialization code to the constructor.
7            * javax/swing/JCheckBox.java
8            (JCheckBox()): call this(..) instead of super(..). Don't call init()
9            here, this is already performed by the JToggleButton constructor.
10            (JCheckBox(Action)): Don't call init() here, this is already
11            performed by the JToggleButton constructor.
12            (JCheckBox(Icon)): call this(..) instead of super(..). Don't call
13            init() here, this is already performed by the JToggleButton
14            constructor.
15            (JCheckBox(Icon, boolean)): Likewise.
16            (JCheckBox(String)): Likewise.
17            (JCheckBox(String, boolean)): Likewise.
18            (JCheckBox(String, Icon)): Likewise.
19            (JCheckBox(String, Icon, boolean)): Don' call init here. This is
20            already performed by the JToggleButton constructor. Set the
21            correct defaults for horizontalAlignment and borderPainted
22            properties here.
23            * javax/swing/JRadioButton.java
24            (JRadioButton(String, Icon, boolean)): Use acccessor methods
25            instead of directly manipulating package private fields of
26            AbstractButton.
27            * javax/swing/JToggleButton.java
28            (JToggleButton(String, Icon, boolean)): Set correct value for the
29            alignmentX property.
30    
31  2005-09-30  Mark Wielaard  <mark@klomp.org>  2005-09-30  Mark Wielaard  <mark@klomp.org>
32    
33          * javax/swing/JFileChooser.java: Import AccessibleRole.          * javax/swing/JFileChooser.java: Import AccessibleRole.

Legend:
Removed from v.1.5054  
changed lines
  Added in v.1.5055

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