/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.5016 by abalkiss, Wed Sep 28 14:59:30 2005 UTC revision 1.5017 by rabbit78, Wed Sep 28 15:17:40 2005 UTC
# Line 1  Line 1 
1  2005-09-27  Anthony Balkissoon  <abalkiss@redhat.com>  2005-09-28  Roman Kennke  <kennke@aicas.com>
2    
3            * javax/swing/plaf/basic/BasicButtonUI.java
4            (currentIcon): Made method package private, so that other button
5            UIs can access it.
6            (paint): Removed unnecessary call to paintButtonNormal().
7            (paintButtonNormal): Removed unnecessary method. The background
8            is already filled correctly when paint() is entered.
9            * javax/swing/plaf/basic/BasicRadioButtonUI.java
10            (paint): Call the new paintFocus() method instead of the inherited
11            from BasicButtonUI.
12            (paintFocus): New method. Paints the focus indicator for
13            JRadioButtons and subclasses.
14            * javax/swing/plaf/basic/BasicToggleButtonUI.java
15            (paint): New method. Implements custom painting. Mostly, this
16            is needed in order to call the new paintIcon() method.
17            (paintIcon): New method. Narrows the types from the super-class
18            method.
19    
20    2005-09-28  Anthony Balkissoon  <abalkiss@redhat.com>
21    
22          * javax/swing/text/Utilities.java:          * javax/swing/text/Utilities.java:
23          (getRowEnd): Call getText() rather than trying to get the Element-          (getRowEnd): Call getText() rather than trying to get the Element-
# Line 46  Line 65 
65    
66  2005-09-28  Roman Kennke  <kennke@aicas.com>  2005-09-28  Roman Kennke  <kennke@aicas.com>
67    
68            * javax/swing/plaf/basic/BasicButtonUI.java
69            (currentIcon): Made method package private, so that other button
70            UIs can access it.
71            (paint): Removed unnecessary call to paintButtonNormal().
72            (paintButtonNormal): Removed unnecessary method. The background
73            is already filled correctly when paint() is entered.
74            * javax/swing/plaf/basic/BasicRadioButtonUI.java
75            (paint): Call the new paintFocus() method instead of the inherited
76            from BasicButtonUI.
77            (paintFocus): New method. Paints the focus indicator for
78            JRadioButtons and subclasses.
79            * javax/swing/plaf/basic/BasicToggleButtonUI.java
80            (paint): New method. Implements custom painting. Mostly, this
81            is needed in order to call the new paintIcon() method.
82            (paintIcon): New method. Narrows the types from the super-class
83            method.
84    
85    2005-09-28  Roman Kennke  <kennke@aicas.com>
86    
87          * javax/swing/plaf/metal/MetalLookAndFeel.java          * javax/swing/plaf/metal/MetalLookAndFeel.java
88          (createDefaultTheme): Change default back to DefaultMetalTheme.          (createDefaultTheme): Change default back to DefaultMetalTheme.
89          The Ocean theme is too inconsistent.          The Ocean theme is too inconsistent.

Legend:
Removed from v.1.5016  
changed lines
  Added in v.1.5017

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