summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2005-09-23 08:53:55 +0000
committerRoman Kennke <roman@kennke.org>2005-09-23 08:53:55 +0000
commitfb912b31690958843474fd21eeeec4b5a9bb7e98 (patch)
tree35810580f6a63f00fddda2514f57004e43c4ebb6 /ChangeLog
parent1be00f79a2b50b0d77d2c25b1293e0473bd0127f (diff)
downloadclasspath-fb912b31690958843474fd21eeeec4b5a9bb7e98.tar.gz
2005-09-23 Roman Kennke <kennke@aicas.com>
* javax/swing/SwingUtilities.java (layoutCompoundLabel): Fix the case when verticalTextPosition=BOTTOM and without icon. The label text slipped out of the view rectangle in this case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe0df6304..b2694dc1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-23 Roman Kennke <kennke@aicas.com>
+
+ * javax/swing/SwingUtilities.java
+ (layoutCompoundLabel): Fix the case when verticalTextPosition=BOTTOM
+ and without icon. The label text slipped out of the view rectangle
+ in this case.
+
2005-09-23 David Gilbert <david.gilbert@object-refinery.com>
* javax/swing/plaf/metal/MetalLookAndFeel.java