/[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.20 by mkoch, Tue Jul 1 08:34:28 2003 UTC revision 1.21 by jfrijters, Thu Jul 24 13:56:12 2003 UTC
# Line 473  public class Container extends Component Line 473  public class Container extends Component
473    {    {
474      synchronized (getTreeLock ())      synchronized (getTreeLock ())
475        {        {
476          if (! isValid())          if (! isValid() && peer != null)
477            {            {
478              validateTree();              validateTree();
479            }            }
# Line 658  public class Container extends Component Line 658  public class Container extends Component
658     */     */
659    public void update(Graphics g)    public void update(Graphics g)
660    {    {
661        g.clearRect(0, 0, width, height);
662      super.update(g);      super.update(g);
663    }    }
664    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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