/[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.13 by trebligd, Mon Aug 22 11:35:23 2005 UTC revision 1.14 by rabbit78, Tue Sep 13 23:44:50 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.13  
changed lines
  Added in v.1.14

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