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

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

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

revision 1.8 by mark, Sat Jun 26 16:07:01 2004 UTC revision 1.9 by mark, Thu Jul 22 19:45:39 2004 UTC
# Line 114  public class Timer implements Serializab Line 114  public class Timer implements Serializab
114            while (running)            while (running)
115              {              {
116                sleep(delay);                sleep(delay);
117                  queueEvent();
118                                
119                if (logTimers)                if (logTimers)
120                  System.out.println("javax.swing.Timer -> clocktick");                  System.out.println("javax.swing.Timer -> clocktick");

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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