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

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

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

revision 1.7 by brawer, Fri Jun 13 16:46:49 2003 UTC revision 1.8 by brawer, Tue Jun 17 08:19:51 2003 UTC
# Line 94  public class CompoundBorder Line 94  public class CompoundBorder
94     * outside borders.     * outside borders.
95     *     *
96     * @param outsideBorder the outside border, which is painted to the     * @param outsideBorder the outside border, which is painted to the
97     *        outside of both <code>insideBorder</code> and the bordered     *        outside of both <code>insideBorder</code> and the enclosed
98     *        compoonent. It is acceptable to pass <code>null</code>, in     *        component. It is acceptable to pass <code>null</code>, in
99     *        which no outside border is painted.     *        which case no outside border is painted.
100     *     *
101     * @param insideBorder the inside border, which is painted to     * @param insideBorder the inside border, which is painted to
102     *        between <code>outsideBorder</code> and the bordered     *        between <code>outsideBorder</code> and the enclosed
103     *        component. It is acceptable to pass <code>null</code>, in     *        component. It is acceptable to pass <code>null</code>, in
104     *        which no intside border is painted.     *        which case no inside border is painted.
105     */     */
106    public CompoundBorder (Border outsideBorder, Border insideBorder)    public CompoundBorder (Border outsideBorder, Border insideBorder)
107    {    {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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