summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2006-03-10 22:40:46 +0000
committerRoman Kennke <roman@kennke.org>2006-03-10 22:40:46 +0000
commitfbea1725b640922370247ed813e96bc10b0b9a0c (patch)
treef9af96db01970ed26bc4c1436f5d8aaf0fa034ae /ChangeLog
parent9f1f0b1f3afae2dba66e5ee982682ab3c0678e44 (diff)
downloadclasspath-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--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb6188242..b9a1aa9fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.