summaryrefslogtreecommitdiff
path: root/java/awt/Dialog.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-04-17 15:48:57 +0000
committerMichael Koch <konqueror@gmx.de>2004-04-17 15:48:57 +0000
commitdeb74aa4777d3e58a9a7c8a3ac42ff67d3084dc7 (patch)
treef3201ad214fb0781830620565f05d2ae168ba30f /java/awt/Dialog.java
parent291b3270ca3ae32d576fad3c35d3a0b24fe18bef (diff)
downloadclasspath-deb74aa4777d3e58a9a7c8a3ac42ff67d3084dc7.tar.gz
2004-04-17 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/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.
Diffstat (limited to 'java/awt/Dialog.java')
-rw-r--r--java/awt/Dialog.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/java/awt/Dialog.java b/java/awt/Dialog.java
index 5516ff906..6bfb80c85 100644
--- a/java/awt/Dialog.java
+++ b/java/awt/Dialog.java
@@ -123,8 +123,8 @@ Dialog(Frame parent)
* parent and modality, that is resizable and which has no title.
*
* @param parent The parent frame of this dialog box.
- * @param modal <true> if this dialog box is modal, <code>false</code>
- * otherwise.
+ * @param modal <code>true</code> if this dialog box is modal,
+ * <code>false</code> otherwise.
*
* @exception IllegalArgumentException If the owner's GraphicsConfiguration
* is not from a screen device, or if owner is null. This exception is always
@@ -164,8 +164,8 @@ Dialog(Frame parent, String title)
*
* @param parent The parent frame of this dialog box.
* @param title The title string for this dialog box.
- * @param modal <true> if this dialog box is modal, <code>false</code>
- * otherwise.
+ * @param modal <code>true</code> if this dialog box is modal,
+ * <code>false</code> otherwise.
*
* @exception IllegalArgumentException If owner is null or
* GraphicsEnvironment.isHeadless() returns true.
@@ -183,8 +183,8 @@ Dialog(Frame parent, String title, boolean modal)
*
* @param parent The parent frame of this dialog box.
* @param title The title string for this dialog box.
- * @param modal <true> if this dialog box is modal, <code>false</code>
- * otherwise.
+ * @param modal <code>true</code> if this dialog box is modal,
+ * <code>false</code> otherwise.
* @param gc The <code>GraphicsConfiguration</code> object to use.
*
* @exception IllegalArgumentException If owner is null, the