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

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

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

revision 1.3 by aselkirk, Tue May 21 03:03:48 2002 UTC revision 1.4 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  // Imports  import java.util.ArrayList;
42  import java.util.*;  import java.util.Enumeration;
43    import java.util.NoSuchElementException;
44    import java.util.Vector;
45    
46  /**  /**
47   * DefaultListModel   * DefaultListModel
48   * @author      Andrew Selkirk   * @author      Andrew Selkirk
49   * @version     1.0   * @version     1.0
50   */   */
51  public class DefaultListModel extends AbstractListModel {  public class DefaultListModel extends AbstractListModel
52    {
53    
54          //-------------------------------------------------------------          //-------------------------------------------------------------
55          // Variables --------------------------------------------------          // Variables --------------------------------------------------

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

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