/[classpath]/classpath/javax/swing/tree/DefaultTreeCellEditor.java
ViewVC logotype

Diff of /classpath/javax/swing/tree/DefaultTreeCellEditor.java

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

revision 1.13 by langel, Tue Aug 30 20:05:59 2005 UTC revision 1.14 by langel, Thu Sep 1 15:16:15 2005 UTC
# Line 654  public class DefaultTreeCellEditor Line 654  public class DefaultTreeCellEditor
654    {    {
655      if (timer == null)      if (timer == null)
656        timer = new javax.swing.Timer(1200, this);        timer = new javax.swing.Timer(1200, this);
657      timer.start();      if (!timer.isRunning())
658          timer.start();
659    }    }
660    
661    /**    /**

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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