diff options
Diffstat (limited to 'libjava/java/awt/Component.java')
-rw-r--r-- | libjava/java/awt/Component.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libjava/java/awt/Component.java b/libjava/java/awt/Component.java index bfd4e08..d52818a 100644 --- a/libjava/java/awt/Component.java +++ b/libjava/java/awt/Component.java @@ -105,7 +105,7 @@ import javax.accessibility.AccessibleStateSet; * in inner classes, rather than using this object itself as the listener, if * external objects do not need to save the state of this object. * - * <p><pre> + * <pre> * import java.awt.*; * import java.awt.event.*; * import java.io.Serializable; @@ -127,6 +127,7 @@ import javax.accessibility.AccessibleStateSet; * aButton.addActionListener(new MyActionListener()); * } * } + * </pre> * * <p>Status: Incomplete. The event dispatch mechanism is implemented. All * other methods defined in the J2SE 1.3 API javadoc exist, but are mostly |