AWTPermission.java, [...]: Fixed HTML tags in javadocs all over.
2004-04-20 Michael Koch <konqueror@gmx.de> * java/awt/AWTPermission.java, java/awt/Component.java, java/awt/ComponentOrientation.java,, java/awt/Dialog.java, java/awt/FontMetrics.java, java/awt/Graphics.java, java/awt/datatransfer/DataFlavor.java, java/beans/Introspector.java, java/beans/PropertyEditor.java, java/beans/PropertyEditorManager.java, java/beans/beancontext/BeanContextServiceProvider.java: Fixed HTML tags in javadocs all over. From-SVN: r80890
This commit is contained in:
committed by
Michael Koch
parent
7f6f517f8a
commit
7431acbe5a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user