/[classpath]/classpath/javax/swing/JComponent.java
ViewVC logotype

Diff of /classpath/javax/swing/JComponent.java

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

revision 1.61 by rabbit78, Sat Sep 24 22:01:11 2005 UTC revision 1.62 by rabbit78, Sun Sep 25 13:10:15 2005 UTC
# Line 1472  public abstract class JComponent extends Line 1472  public abstract class JComponent extends
1472          if (g.getClip() == null)          if (g.getClip() == null)
1473            g.setClip(0, 0, getWidth(), getHeight());            g.setClip(0, 0, getWidth(), getHeight());
1474          paintComponent(g);          paintComponent(g);
         paintBorder(g);  
1475          paintChildren(g);          paintChildren(g);
1476            paintBorder(g);
1477        }        }
1478    }    }
1479    

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

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