summaryrefslogtreecommitdiff
path: root/javax/swing/plaf/metal/MetalLabelUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/plaf/metal/MetalLabelUI.java')
-rw-r--r--javax/swing/plaf/metal/MetalLabelUI.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/javax/swing/plaf/metal/MetalLabelUI.java b/javax/swing/plaf/metal/MetalLabelUI.java
index 12b858e0a..915e5016d 100644
--- a/javax/swing/plaf/metal/MetalLabelUI.java
+++ b/javax/swing/plaf/metal/MetalLabelUI.java
@@ -79,12 +79,12 @@ public class MetalLabelUI
metalLabelUI = new MetalLabelUI();
return metalLabelUI;
}
-
+
/**
- * Draws the text for a disabled label, using the color defined in the
+ * Draws the text for a disabled label, using the color defined in the
* {@link UIManager} defaults with the key
* <code>Label.disabledForeground</code>.
- *
+ *
* @param l the label.
* @param g the graphics device.
* @param s the label text.