/[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.6.2.3 by gnu_andrew, Sun Jan 16 02:14:49 2005 UTC revision 1.6.2.4 by gnu_andrew, Thu Apr 28 23:00:13 2005 UTC
# Line 176  public class RepaintManager Line 176  public class RepaintManager
176    
177    /**    /**
178     * The global, shared RepaintManager instance. This is reused for all     * The global, shared RepaintManager instance. This is reused for all
179     * components in all windows.     * components in all windows.  This is package-private to avoid an accessor
180       * method.
181     *     *
182     * @see #currentManager     * @see #currentManager
183     * @see #setCurrentManager     * @see #setCurrentManager
184     */     */
185    private static RepaintManager globalManager;    static RepaintManager globalManager;
186    
187    /**    /**
188     * Create a new RepaintManager object.     * Create a new RepaintManager object.

Legend:
Removed from v.1.6.2.3  
changed lines
  Added in v.1.6.2.4

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