/[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.7.2.2 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC revision 1.7.2.3 by gnu_andrew, Fri May 27 00:01:45 2005 UTC
# Line 63  public class DefaultCaret extends Rectan Line 63  public class DefaultCaret extends Rectan
63    private JTextComponent textComponent;    private JTextComponent textComponent;
64        
65    private boolean selectionVisible = true;    private boolean selectionVisible = true;
66    private int blinkRate = 0;    private int blinkRate = 500;
67    private int dot = 0;    private int dot = 0;
68    private int mark = 0;    private int mark = 0;
69    private Point magicCaretPosition = null;    private Point magicCaretPosition = null;

Legend:
Removed from v.1.7.2.2  
changed lines
  Added in v.1.7.2.3

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