diff options
author | Sascha Brawer <brawer@dandelis.ch> | 2003-08-01 22:10:22 +0200 |
---|---|---|
committer | Michael Koch <mkoch@gcc.gnu.org> | 2003-08-01 20:10:22 +0000 |
commit | 1ce4e666b28071b79a365d28dcc853e7ff1d1377 (patch) | |
tree | 0c86b8223fb5057bb758535247da893f1d1a3294 /libjava/javax/swing/border | |
parent | ee935db4b6f1bf4c055cc99521a55ed1b4ed476a (diff) | |
download | gcc-1ce4e666b28071b79a365d28dcc853e7ff1d1377.zip gcc-1ce4e666b28071b79a365d28dcc853e7ff1d1377.tar.gz gcc-1ce4e666b28071b79a365d28dcc853e7ff1d1377.tar.bz2 |
BevelBorder.java, [...]: Prepend "doc-files" to all paths to embedded Javadoc images...
2003-08-01 Sascha Brawer <brawer@dandelis.ch>
* javax/swing/border/BevelBorder.java,
javax/swing/border/EtchedBorder.java,
javax/swing/border/LineBorder.java,
javax/swing/border/MatteBorder.java,
javax/swing/border/SoftBevelBorder.java,
javax/swing/plaf/BorderUIResource.java,
javax/swing/plaf/ComponentUI.java,
javax/swing/plaf/TreeUI.java,
javax/swing/plaf/basic/BasicBorders.java,
javax/swing/plaf/basic/BasicGraphicsUtils.java,
javax/swing/plaf/basic/BasicTreeUI.java:
Prepend "doc-files" to all paths to embedded Javadoc images, so
that the generated documentation contains the correct URL.
From-SVN: r70063
Diffstat (limited to 'libjava/javax/swing/border')
-rw-r--r-- | libjava/javax/swing/border/BevelBorder.java | 6 | ||||
-rw-r--r-- | libjava/javax/swing/border/EtchedBorder.java | 6 | ||||
-rw-r--r-- | libjava/javax/swing/border/LineBorder.java | 2 | ||||
-rw-r--r-- | libjava/javax/swing/border/MatteBorder.java | 12 | ||||
-rw-r--r-- | libjava/javax/swing/border/SoftBevelBorder.java | 6 |
5 files changed, 16 insertions, 16 deletions
diff --git a/libjava/javax/swing/border/BevelBorder.java b/libjava/javax/swing/border/BevelBorder.java index 87bf04a..dd5a52b 100644 --- a/libjava/javax/swing/border/BevelBorder.java +++ b/libjava/javax/swing/border/BevelBorder.java @@ -125,7 +125,7 @@ public class BevelBorder * constructed by this method will automatically reflect a change * to the component’s background color. * - * <p><img src="BevelBorder-1.png" width="500" height="150" + * <p><img src="doc-files/BevelBorder-1.png" width="500" height="150" * alt="[An illustration showing raised and lowered BevelBorders]" /> * * @param bevelType the desired appearance of the border. The value @@ -147,7 +147,7 @@ public class BevelBorder * Constructs a BevelBorder given its appearance type and two colors * for its highlight and shadow. * - * <p><img src="BevelBorder-2.png" width="500" height="150" + * <p><img src="doc-files/BevelBorder-2.png" width="500" height="150" * alt="[An illustration showing BevelBorders that were constructed * with this method]" /> * @@ -188,7 +188,7 @@ public class BevelBorder * Constructs a BevelBorder given its appearance type and all * colors. * - * <p><img src="BevelBorder-3.png" width="500" height="150" + * <p><img src="doc-files/BevelBorder-3.png" width="500" height="150" * alt="[An illustration showing BevelBorders that were constructed * with this method]" /> * diff --git a/libjava/javax/swing/border/EtchedBorder.java b/libjava/javax/swing/border/EtchedBorder.java index bb16ae9..859e5f8 100644 --- a/libjava/javax/swing/border/EtchedBorder.java +++ b/libjava/javax/swing/border/EtchedBorder.java @@ -51,7 +51,7 @@ import java.awt.Insets; * explicitly specify the border colors, or to let the colors derive * from the background color of the enclosed Component. * - * <p><img src="EtchedBorder-1.png" width="500" height="200" + * <p><img src="doc-files/EtchedBorder-1.png" width="500" height="200" * alt="[An illustration of the two EtchedBorder variants]" /> * * @author Sascha Brawer (brawer@dandelis.ch) @@ -119,7 +119,7 @@ public class EtchedBorder * colors will be derived from the background color of the enclosed * Component when the border gets painted. * - * <p><img src="EtchedBorder-1.png" width="500" height="200" + * <p><img src="doc-files/EtchedBorder-1.png" width="500" height="200" * alt="[An illustration of the two EtchedBorder variants]" /> * * @param etchType the desired appearance of the border. The value @@ -165,7 +165,7 @@ public class EtchedBorder * explicitly selecting the colors that will be used for * highlight and shadow. * - * <p><img src="EtchedBorder-2.png" width="500" height="200" + * <p><img src="doc-files/EtchedBorder-2.png" width="500" height="200" * alt="[An illustration that shows which pixels get painted * in what color]" /> * diff --git a/libjava/javax/swing/border/LineBorder.java b/libjava/javax/swing/border/LineBorder.java index 3c85c29..bf42309 100644 --- a/libjava/javax/swing/border/LineBorder.java +++ b/libjava/javax/swing/border/LineBorder.java @@ -128,7 +128,7 @@ public class LineBorder * Constructs a LineBorder given its color, thickness, and whether * it has rounded corners. * - * <p><img src="LineBorder-1.png" width="500" height="200" + * <p><img src="doc-files/LineBorder-1.png" width="500" height="200" * alt="[An illustration of two LineBorders] /> * * <p>Note that the enlarged view in the right-hand picture shows diff --git a/libjava/javax/swing/border/MatteBorder.java b/libjava/javax/swing/border/MatteBorder.java index 1cc66f7..e7b0f62 100644 --- a/libjava/javax/swing/border/MatteBorder.java +++ b/libjava/javax/swing/border/MatteBorder.java @@ -49,7 +49,7 @@ import javax.swing.Icon; * A border that is filled with either a solid color or with repeated * icon tiles. * - * <p><img src="MatteBorder-1.png" width="500" height="150" + * <p><img src="doc-files/MatteBorder-1.png" width="500" height="150" * alt="[Two MatteBorders]" /> * * @author Sascha Brawer (brawer@dandelis.ch) @@ -88,7 +88,7 @@ public class MatteBorder * Constructs a MatteBorder given the width on each side * and a fill color. * - * <p><img src="MatteBorder-2.png" width="500" height="150" + * <p><img src="doc-files/MatteBorder-2.png" width="500" height="150" * alt="[A picture of a MatteBorder made by this constructor]" /> * * @param top the width of the border at its top edge. @@ -112,7 +112,7 @@ public class MatteBorder /** * Constructs a MatteBorder given its insets and fill color. * - * <p><img src="MatteBorder-3.png" width="500" height="150" + * <p><img src="doc-files/MatteBorder-3.png" width="500" height="150" * alt="[A picture of a MatteBorder made by this constructor]" /> * * @param borderInsets an Insets object whose <code>top</code>, @@ -134,7 +134,7 @@ public class MatteBorder * Constructs a MatteBorder given the width on each side * and an icon for tiling the border area. * - * <p><img src="MatteBorder-4.png" width="500" height="150" + * <p><img src="doc-files/MatteBorder-4.png" width="500" height="150" * alt="[A picture of a MatteBorder made by this constructor]" /> * * @param top the width of the border at its top edge. @@ -159,7 +159,7 @@ public class MatteBorder * Constructs a MatteBorder given its insets and an icon * for tiling the border area. * - * <p><img src="MatteBorder-5.png" width="500" height="150" + * <p><img src="doc-files/MatteBorder-5.png" width="500" height="150" * alt="[A picture of a MatteBorder made by this constructor]" /> * * @param borderInsets an Insets object whose <code>top</code>, @@ -183,7 +183,7 @@ public class MatteBorder * at the left and right edge, the icon height for the top and * bottom edge. * - * <p><img src="MatteBorder-6.png" width="500" height="150" + * <p><img src="doc-files/MatteBorder-6.png" width="500" height="150" * alt="[A picture of a MatteBorder made by this constructor]" /> * * @param tileIcon an icon for tiling the border area. diff --git a/libjava/javax/swing/border/SoftBevelBorder.java b/libjava/javax/swing/border/SoftBevelBorder.java index c08fb00..341954c 100644 --- a/libjava/javax/swing/border/SoftBevelBorder.java +++ b/libjava/javax/swing/border/SoftBevelBorder.java @@ -74,7 +74,7 @@ public class SoftBevelBorder * constructed by this method will automatically reflect a change * to the component’s background color. * - * <p><img src="SoftBevelBorder-1.png" width="500" height="200" + * <p><img src="doc-files/SoftBevelBorder-1.png" width="500" height="200" * alt="[An illustration showing raised and lowered SoftBevelBorders]" /> * * @param bevelType the desired appearance of the border. The value @@ -94,7 +94,7 @@ public class SoftBevelBorder * Constructs a SoftBevelBorder given its appearance type and two * colors for its highlight and shadow. * - * <p><img src="SoftBevelBorder-2.png" width="500" height="150" + * <p><img src="doc-files/SoftBevelBorder-2.png" width="500" height="150" * alt="[An illustration showing SoftBevelBorders that were * constructed with this method]" /> * @@ -136,7 +136,7 @@ public class SoftBevelBorder * Constructs a SoftBevelBorder given its appearance type and all * colors. * - * <p><img src="SoftBevelBorder-3.png" width="500" height="150" + * <p><img src="doc-files/SoftBevelBorder-3.png" width="500" height="150" * alt="[An illustration showing SoftBevelBorders that were * constructed with this method]" /> * |