/[classpath]/classpath/javax/swing/text/DefaultCaret.java
ViewVC logotype

Diff of /classpath/javax/swing/text/DefaultCaret.java

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

revision 1.25 by audriusa, Tue Nov 22 10:05:31 2005 UTC revision 1.26 by audriusa, Tue Nov 22 16:10:27 2005 UTC
# Line 457  public class DefaultCaret extends Rectan Line 457  public class DefaultCaret extends Rectan
457     */     */
458    private void updateTimerStatus()    private void updateTimerStatus()
459    {    {
460      if (visible && textComponent.isEnabled() && textComponent.isEditable())      if (textComponent.isEnabled() && textComponent.isEditable())
461        {        {
462          if (blinkTimer == null)          if (blinkTimer == null)
463            initBlinkTimer();            initBlinkTimer();

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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