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

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

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

revision 1.16.2.1 by gnu_andrew, Fri Jan 14 10:24:17 2005 UTC revision 1.16.2.2 by gnu_andrew, Sat Jan 15 17:02:20 2005 UTC
# Line 1  Line 1 
1  /* JList.java --  /* JList.java --
2     Copyright (C) 2002, 2003 Free Software Foundation, Inc.     Copyright (C) 2002, 2003, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# 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 java.awt.Color;  import java.awt.Color;
# Line 44  import java.awt.Dimension; Line 45  import java.awt.Dimension;
45  import java.awt.Point;  import java.awt.Point;
46  import java.awt.Rectangle;  import java.awt.Rectangle;
47  import java.util.Vector;  import java.util.Vector;
48    
49  import javax.accessibility.Accessible;  import javax.accessibility.Accessible;
50  import javax.accessibility.AccessibleContext;  import javax.accessibility.AccessibleContext;
51  import javax.swing.event.ListDataEvent;  import javax.swing.event.ListDataEvent;
# Line 52  import javax.swing.event.ListSelectionEv Line 54  import javax.swing.event.ListSelectionEv
54  import javax.swing.event.ListSelectionListener;  import javax.swing.event.ListSelectionListener;
55  import javax.swing.plaf.ListUI;  import javax.swing.plaf.ListUI;
56    
   
57  /**  /**
58   * <p>This class is a facade over three separate objects: {@link   * <p>This class is a facade over three separate objects: {@link
59   * javax.swing.ListModel}, {@link javax.swing.ListSelectionModel} and   * javax.swing.ListModel}, {@link javax.swing.ListSelectionModel} and

Legend:
Removed from v.1.16.2.1  
changed lines
  Added in v.1.16.2.2

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