/[classpath]/classpath/javax/swing/border/MatteBorder.java
ViewVC logotype

Diff of /classpath/javax/swing/border/MatteBorder.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by brawer, Mon Jun 16 15:16:12 2003 UTC revision 1.6 by brawer, Mon Jul 28 10:40:33 2003 UTC
# Line 49  import javax.swing.Icon; Line 49  import javax.swing.Icon;
49   * A border that is filled with either a solid color or with repeated   * A border that is filled with either a solid color or with repeated
50   * icon tiles.   * icon tiles.
51   *   *
52   * <p><img src="MatteBorder-1.png" width="500" height="150"   * <p><img src="doc-files/MatteBorder-1.png" width="500" height="150"
53   * alt="[Two MatteBorders]" />   * alt="[Two MatteBorders]" />
54   *   *
55   * @author Sascha Brawer (brawer@dandelis.ch)   * @author Sascha Brawer (brawer@dandelis.ch)
# Line 88  public class MatteBorder Line 88  public class MatteBorder
88     * Constructs a MatteBorder given the width on each side     * Constructs a MatteBorder given the width on each side
89     * and a fill color.     * and a fill color.
90     *     *
91     * <p><img src="MatteBorder-2.png" width="500" height="150"     * <p><img src="doc-files/MatteBorder-2.png" width="500" height="150"
92     * alt="[A picture of a MatteBorder made by this constructor]" />     * alt="[A picture of a MatteBorder made by this constructor]" />
93     *     *
94     * @param top the width of the border at its top edge.     * @param top the width of the border at its top edge.
# Line 112  public class MatteBorder Line 112  public class MatteBorder
112    /**    /**
113     * Constructs a MatteBorder given its insets and fill color.     * Constructs a MatteBorder given its insets and fill color.
114     *     *
115     * <p><img src="MatteBorder-3.png" width="500" height="150"     * <p><img src="doc-files/MatteBorder-3.png" width="500" height="150"
116     * alt="[A picture of a MatteBorder made by this constructor]" />     * alt="[A picture of a MatteBorder made by this constructor]" />
117     *     *
118     * @param borderInsets an Insets object whose <code>top</code>,     * @param borderInsets an Insets object whose <code>top</code>,
# Line 134  public class MatteBorder Line 134  public class MatteBorder
134     * Constructs a MatteBorder given the width on each side     * Constructs a MatteBorder given the width on each side
135     * and an icon for tiling the border area.     * and an icon for tiling the border area.
136     *     *
137     * <p><img src="MatteBorder-4.png" width="500" height="150"     * <p><img src="doc-files/MatteBorder-4.png" width="500" height="150"
138     * alt="[A picture of a MatteBorder made by this constructor]" />     * alt="[A picture of a MatteBorder made by this constructor]" />
139     *     *
140     * @param top the width of the border at its top edge.     * @param top the width of the border at its top edge.
# Line 159  public class MatteBorder Line 159  public class MatteBorder
159     * Constructs a MatteBorder given its insets and an icon     * Constructs a MatteBorder given its insets and an icon
160     * for tiling the border area.     * for tiling the border area.
161     *     *
162     * <p><img src="MatteBorder-5.png" width="500" height="150"     * <p><img src="doc-files/MatteBorder-5.png" width="500" height="150"
163     * alt="[A picture of a MatteBorder made by this constructor]" />     * alt="[A picture of a MatteBorder made by this constructor]" />
164     *     *
165     * @param borderInsets an Insets object whose <code>top</code>,     * @param borderInsets an Insets object whose <code>top</code>,
# Line 183  public class MatteBorder Line 183  public class MatteBorder
183     * at the left and right edge, the icon height for the top and     * at the left and right edge, the icon height for the top and
184     * bottom edge.     * bottom edge.
185     *     *
186     * <p><img src="MatteBorder-6.png" width="500" height="150"     * <p><img src="doc-files/MatteBorder-6.png" width="500" height="150"
187     * alt="[A picture of a MatteBorder made by this constructor]" />     * alt="[A picture of a MatteBorder made by this constructor]" />
188     *     *
189     * @param tileIcon an icon for tiling the border area.     * @param tileIcon an icon for tiling the border area.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26