diff options
author | Michael Koch <konqueror@gmx.de> | 2004-04-20 10:51:42 +0000 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2004-04-20 10:51:42 +0000 |
commit | 2c4d54e6d07a0b3aab74c0a5bafe55f49dabb86d (patch) | |
tree | 97f2ca60a2bbac3c68603fd274d0726714c063ea /libjava/javax/swing/plaf/BorderUIResource.java | |
parent | 5589f3e5a5baa446f71948f5caec0811366ec32c (diff) | |
download | gcc-2c4d54e6d07a0b3aab74c0a5bafe55f49dabb86d.zip gcc-2c4d54e6d07a0b3aab74c0a5bafe55f49dabb86d.tar.gz gcc-2c4d54e6d07a0b3aab74c0a5bafe55f49dabb86d.tar.bz2 |
JLayeredPane.java, [...]: Fixed HTML tags in javadocs all over.
2004-04-20 Michael Koch <konqueror@gmx.de>
* javax/swing/JLayeredPane.java,
javax/swing/plaf/BorderUIResource.java,
javax/swing/plaf/ComponentUI.java,
javax/swing/undo/CompoundEdit.java,
javax/swing/undo/StateEdit.java:
Fixed HTML tags in javadocs all over.
From-SVN: r80893
Diffstat (limited to 'libjava/javax/swing/plaf/BorderUIResource.java')
-rw-r--r-- | libjava/javax/swing/plaf/BorderUIResource.java | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/libjava/javax/swing/plaf/BorderUIResource.java b/libjava/javax/swing/plaf/BorderUIResource.java index a3f0db0..c0bb240 100644 --- a/libjava/javax/swing/plaf/BorderUIResource.java +++ b/libjava/javax/swing/plaf/BorderUIResource.java @@ -279,7 +279,7 @@ public class BorderUIResource * * <p><img src="../border/doc-files/BevelBorder-1.png" * width="500" height="150" - * alt="[An illustration showing raised and lowered BevelBorders]" /> + * alt="[An illustration showing raised and lowered BevelBorders]" /></p> * * @param bevelType the desired appearance of the border. The value * must be either {@link javax.swing.border.BevelBorder#RAISED} @@ -300,7 +300,7 @@ public class BorderUIResource * * <p><img src="../border/doc-files/BevelBorder-2.png" width="500" * height="150" alt="[An illustration showing BevelBorders that were - * constructed with this method]" /> + * constructed with this method]" /></p> * * @param bevelType the desired appearance of the border. The value * must be either {@link javax.swing.border.BevelBorder#RAISED} @@ -340,7 +340,7 @@ public class BorderUIResource * * <p><img src="../border/doc-files/BevelBorder-3.png" width="500" * height="150" alt="[An illustration showing BevelBorders that - * were constructed with this method]" /> + * were constructed with this method]" /></p> * * @param bevelType the desired appearance of the border. The value * must be either {@link javax.swing.border.BevelBorder#RAISED} @@ -432,7 +432,7 @@ public class BorderUIResource * * <p><img src="../border/doc-files/EmptyBorder-1.png" * width="290" height="200" - * alt="[An illustration of EmptyBorder]" /> + * alt="[An illustration of EmptyBorder]" /></p> * * @author Brian Jones (cbj@gnu.org) * @author Sascha Brawer (brawer@dandelis.ch) @@ -487,7 +487,7 @@ public class BorderUIResource * * <p><img src="../border/doc-files/EtchedBorder-1.png" width="500" * height="200" alt="[An illustration of the two EtchedBorder - * variants]" /> + * variants]" /></p> * * @author Brian Jones (cbj@gnu.org) * @author Sascha Brawer (brawer@dandelis.ch) @@ -514,7 +514,7 @@ public class BorderUIResource * * <p><img src="../border/doc-files/EtchedBorder-1.png" * width="500" height="200" alt="[An illustration of the two - * EtchedBorder variants]" /> + * EtchedBorder variants]" /></p> * * @param etchType the desired appearance of the border. The value * must be either {@link javax.swing.border.EtchedBorder#RAISED} @@ -555,7 +555,7 @@ public class BorderUIResource * * <p><img src="../border/doc-files/EtchedBorder-2.png" width="500" * height="200" alt="[An illustration that shows which pixels get - * painted in what color]" /> + * painted in what color]" /></p> * * @param etchType the desired appearance of the border. The value * must be either {@link javax.swing.border.EtchedBorder#RAISED} @@ -588,7 +588,7 @@ public class BorderUIResource * such as the borders provided by this class. * * <p><img src="../border/doc-files/LineBorder-1.png" width="500" - * height="200" alt="[An illustration of two LineBorders] /> + * height="200" alt="[An illustration of two LineBorders]" /></p> * * @author Brian Jones (cbj@gnu.org) * @author Sascha Brawer (brawer@dandelis.ch) @@ -643,7 +643,7 @@ public class BorderUIResource * such as the borders provided by this class. * * <p><img src="../border/doc-files/MatteBorder-1.png" width="500" - * height="150" alt="[An illustration of two MatteBorders] /> + * height="150" alt="[An illustration of two MatteBorders]" /></p> * * @author Brian Jones (cbj@gnu.org) * @author Sascha Brawer (brawer@dandelis.ch) @@ -658,7 +658,7 @@ public class BorderUIResource * * <p><img src="../border/doc-files/MatteBorder-2.png" width="500" * height="150" alt="[A picture of a MatteBorder made by this - * constructor]" /> + * constructor]" /></p> * * @param top the width of the border at its top edge. * @param left the width of the border at its left edge. @@ -680,7 +680,7 @@ public class BorderUIResource * * <p><img src="../border/doc-files/MatteBorder-4.png" width="500" * height="150" alt="[A picture of a MatteBorder made by this - * constructor]" /> + * constructor]" /></p> * * @param top the width of the border at its top edge. * @param left the width of the border at its left edge. @@ -704,7 +704,7 @@ public class BorderUIResource * * <p><img src="../border/doc-files/MatteBorder-6.png" width="500" * height="150" alt="[A picture of a MatteBorder made by this - * constructor]" /> + * constructor]" /></p> * * @param tileIcon an icon for tiling the border area. */ |