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

Diff of /classpath/java/awt/Menu.java

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

revision 1.10 by mkoch, Tue Jun 3 16:40:37 2003 UTC revision 1.11 by mkoch, Sun Jun 8 10:48:59 2003 UTC
# Line 188  public int countItems () Line 188  public int countItems ()
188  /*************************************************************************/  /*************************************************************************/
189    
190  /**  /**
   * Returns the number of items in this menu.  
   *  
   * @return The number of items in this menu.  
   *  
   * @deprecated This method is deprecated in favor of <code>getItemCount()</code>.  
   */  
 public int  
 count()  
 {  
   return(items.size());  
 }  
   
 /*************************************************************************/  
   
 /**  
191    * Returns the item at the specified index.    * Returns the item at the specified index.
192    *    *
193    * @return The item at the specified index.    * @return The item at the specified index.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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