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

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

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

revision 1.16 by rabbit78, Wed Oct 19 15:45:05 2005 UTC revision 1.17 by trebligd, Thu Oct 27 08:16:25 2005 UTC
# Line 1  Line 1 
1  /* RepaintManager.java --  /* RepaintManager.java --
2     Copyright (C) 2002, 2004  Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 508  public class RepaintManager Line 508  public class RepaintManager
508    {    {
509      // In order to keep the blocking of application threads minimal, we switch      // In order to keep the blocking of application threads minimal, we switch
510      // the invalidComponents field with the workInvalidComponents field and      // the invalidComponents field with the workInvalidComponents field and
511      // work wíth the workInvalidComponents field.      // work with the workInvalidComponents field.
512      synchronized(this)      synchronized(this)
513      {      {
514        ArrayList swap = invalidComponents;        ArrayList swap = invalidComponents;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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