/[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.6 by gnu_andrew, Sat Sep 10 15:31:54 2005 UTC revision 1.7.2.7 by gnu_andrew, Tue Sep 20 18:46:35 2005 UTC
# Line 60  import javax.swing.event.EventListenerLi Line 60  import javax.swing.event.EventListenerLi
60  public class DefaultCaret extends Rectangle  public class DefaultCaret extends Rectangle
61    implements Caret, FocusListener, MouseListener, MouseMotionListener    implements Caret, FocusListener, MouseListener, MouseMotionListener
62  {  {
63    /**    /** The serialization UID (compatible with JDK1.5). */
64     * The serial version UID for DefaultCaret.    private static final long serialVersionUID = 4325555698756477346L;
    */  
   private static final long serialVersionUID = 228155774675466193L;  
65    
66    /**    /**
67     * The <code>ChangeEvent</code> that is fired by {@link #fireStateChanged()}.     * The <code>ChangeEvent</code> that is fired by {@link #fireStateChanged()}.

Legend:
Removed from v.1.7.2.6  
changed lines
  Added in v.1.7.2.7

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