/[classpath]/classpath/java/awt/Choice.java
ViewVC logotype

Diff of /classpath/java/awt/Choice.java

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

revision 1.20 by gnu_andrew, Sat Jan 22 01:48:27 2005 UTC revision 1.21 by tromey, Tue Apr 26 18:56:18 2005 UTC
# Line 74  private static final long serialVersionU Line 74  private static final long serialVersionU
74    
75  /**  /**
76    * @serial A list of items for the choice box, which can be <code>null</code>.    * @serial A list of items for the choice box, which can be <code>null</code>.
77      * This is package-private to avoid an accessor method.
78    */    */
79  private Vector pItems = new Vector();  Vector pItems = new Vector();
80    
81  /**  /**
82    * @serial The index of the selected item in the choice box.    * @serial The index of the selected item in the choice box.

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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