/[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.15.2.4 by gnu_andrew, Sat Jan 22 02:20:02 2005 UTC revision 1.15.2.5 by gnu_andrew, Thu Apr 28 23:00:12 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.15.2.4  
changed lines
  Added in v.1.15.2.5

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