< prev index next >

src/java.desktop/share/classes/java/awt/MenuItem.java

Print this page

        

*** 122,132 **** * @see #setLabel(String) */ String label; /** ! * This field indicates the command tha has been issued * by a particular menu item. * By default the <code>actionCommand</code> * is the label of the menu item, unless it has been * set using setActionCommand. * --- 122,132 ---- * @see #setLabel(String) */ String label; /** ! * This field indicates the command that has been issued * by a particular menu item. * By default the <code>actionCommand</code> * is the label of the menu item, unless it has been * set using setActionCommand. *
< prev index next >