/[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.60 by rabbit78, Sat Sep 24 20:40:21 2005 UTC revision 1.61 by rabbit78, Sat Sep 24 22:01:11 2005 UTC
# Line 1469  public abstract class JComponent extends Line 1469  public abstract class JComponent extends
1469        paintDoubleBuffered(g);        paintDoubleBuffered(g);
1470      else      else
1471        {        {
1472            if (g.getClip() == null)
1473              g.setClip(0, 0, getWidth(), getHeight());
1474          paintComponent(g);          paintComponent(g);
1475          paintBorder(g);          paintBorder(g);
1476          paintChildren(g);          paintChildren(g);

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

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