/[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.5 by brawer, Tue Jun 10 17:21:02 2003 UTC revision 1.6 by brawer, Tue Jun 10 23:40:19 2003 UTC
# Line 51  import java.awt.Insets; Line 51  import java.awt.Insets;
51  public class CompoundBorder  public class CompoundBorder
52    extends AbstractBorder    extends AbstractBorder
53  {  {
54      static final long serialVersionUID = 9054540377030555103L;
55    
56    
57    /**    /**
58     * The inside border, which is painted between the bordered     * The inside border, which is painted between the bordered
59     * Component and the outside border. It is valid for     * Component and the outside border. It is valid for
# Line 142  public class CompoundBorder Line 145  public class CompoundBorder
145                            int x, int y, int width, int height)                            int x, int y, int width, int height)
146    {    {
147      /* If there is an outside border, paint it and reduce the      /* If there is an outside border, paint it and reduce the
148       * boundig box by its insets.       * bounding box by its insets.
149       */       */
150      if (outsideBorder != null)      if (outsideBorder != null)
151      {      {

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