diff options
author | Roman Kennke <roman@kennke.org> | 2006-03-10 22:40:46 +0000 |
---|---|---|
committer | Roman Kennke <roman@kennke.org> | 2006-03-10 22:40:46 +0000 |
commit | fbea1725b640922370247ed813e96bc10b0b9a0c (patch) | |
tree | f9af96db01970ed26bc4c1436f5d8aaf0fa034ae /ChangeLog | |
parent | 9f1f0b1f3afae2dba66e5ee982682ab3c0678e44 (diff) | |
download | classpath-fbea1725b640922370247ed813e96bc10b0b9a0c.tar.gz |
2006-03-10 Roman Kennke <kennke@aicas.com>
* javax/swing/plaf/metal/MetalBorders.java
(RolloverButtonBorder.paintBorder): Only call super here.
* javax/swing/plaf/metal/MetalButtonListener.java
(propertyChange): Only call super here.
* javax/swing/plaf/metal/MetalButtonUI.java
(update): Changed condition from isOpaque() to isContentAreaFilled()
for the gradient fill.
* javax/swing/plaf/metal/MetalToggleButtonUI.java
(paintText): API doc fix. Makes paintText not deprecated as specified
but adds comment that this is obsolete.
* javax/swing/plaf/metal/MetalUtils.java
(fillMetalPattern): Fixed condition so that the Java2D is not
used when the noGraphics2D property is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2006-03-10 Roman Kennke <kennke@aicas.com> + * javax/swing/plaf/metal/MetalBorders.java + (RolloverButtonBorder.paintBorder): Only call super here. + * javax/swing/plaf/metal/MetalButtonListener.java + (propertyChange): Only call super here. + * javax/swing/plaf/metal/MetalButtonUI.java + (update): Changed condition from isOpaque() to isContentAreaFilled() + for the gradient fill. + * javax/swing/plaf/metal/MetalToggleButtonUI.java + (paintText): API doc fix. Makes paintText not deprecated as specified + but adds comment that this is obsolete. + * javax/swing/plaf/metal/MetalUtils.java + (fillMetalPattern): Fixed condition so that the Java2D is not + used when the noGraphics2D property is set. + +2006-03-10 Roman Kennke <kennke@aicas.com> + * javax/swing/plaf/metal/MetalLookAndFeel.java (createDefaultTheme): Set OceanTheme as default metal theme. |