diff options
Diffstat (limited to 'libjava/javax/swing/plaf/ComponentUI.java')
-rw-r--r-- | libjava/javax/swing/plaf/ComponentUI.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/javax/swing/plaf/ComponentUI.java b/libjava/javax/swing/plaf/ComponentUI.java index a2ca1f00941..80e60c8f1a7 100644 --- a/libjava/javax/swing/plaf/ComponentUI.java +++ b/libjava/javax/swing/plaf/ComponentUI.java @@ -1,5 +1,5 @@ -/* ComponentUI.java - Copyright (C) 2002, 2003 Free Software Foundation, Inc. +/* ComponentUI.java -- + Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -40,10 +40,10 @@ package javax.swing.plaf; import java.awt.Dimension; import java.awt.Graphics; + import javax.accessibility.Accessible; import javax.swing.JComponent; - /** * The abstract base class for all delegates that provide the * pluggable look and feel for Swing components. User applications |