/[classpath]/classpath/javax/swing/DefaultListSelectionModel.java
ViewVC logotype

Diff of /classpath/javax/swing/DefaultListSelectionModel.java

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

revision 1.2 by mark, Tue Apr 30 21:37:27 2002 UTC revision 1.3 by mkoch, Sun Jun 8 11:20:06 2003 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.swing;  package javax.swing;
40    
41  import javax.swing.event.*;  import java.io.Serializable;
42  import java.util.*;  import java.util.EventListener;
43    import java.util.Vector;
44    import javax.swing.event.EventListenerList;
45    import javax.swing.event.ListSelectionListener;
46    
47  public class DefaultListSelectionModel implements ListSelectionModel  public class DefaultListSelectionModel implements ListSelectionModel
48  {  {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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