diff options
Diffstat (limited to 'libjava/javax/swing/UIManager.java')
| -rw-r--r-- | libjava/javax/swing/UIManager.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/javax/swing/UIManager.java b/libjava/javax/swing/UIManager.java index 4ad95308647..0310ed640e4 100644 --- a/libjava/javax/swing/UIManager.java +++ b/libjava/javax/swing/UIManager.java @@ -1,5 +1,5 @@ /* UIManager.java -- - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -194,7 +194,7 @@ public class UIManager implements Serializable * * @param key an Object that specifies the font. Typically, * this is a String such as - * <code>"TitledBorder.font"</code>. + * <code>TitledBorder.font</code>. */ public static Font getFont(Object key) { @@ -253,7 +253,7 @@ public class UIManager implements Serializable } public static ComponentUI getUI(JComponent target) - // Returns the L&F object that renders the target component. + // Returns the Look and Feel object that renders the target component. { ComponentUI ui = getDefaults().getUI(target); //System.out.println("GET-UI-> " + ui + ", for " + target); |

