/[classpath]/classpath/java/awt/Container.java
ViewVC logotype

Diff of /classpath/java/awt/Container.java

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

revision 1.57 by rabbit78, Fri Aug 5 15:26:08 2005 UTC revision 1.58 by rabbit78, Wed Aug 10 12:43:30 2005 UTC
# Line 761  public class Container extends Component Line 761  public class Container extends Component
761      super.paint(g);      super.paint(g);
762      // Visit heavyweights as well, in case they were      // Visit heavyweights as well, in case they were
763      // erased when we cleared the background for this container.      // erased when we cleared the background for this container.
764      visitChildren(g, GfxPaintVisitor.INSTANCE, false);      visitChildren(g, GfxPaintVisitor.INSTANCE, true);
765    }    }
766    
767    /**    /**
# Line 785  public class Container extends Component Line 785  public class Container extends Component
785    {    {
786      if (getParent() == null)      if (getParent() == null)
787        super.update(g);        super.update(g);
788            else
789      paint(g);        paint(g);
790    }    }
791    
792    /**    /**

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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