MenuItem.java (paramString): Now protected.
* java/awt/MenuItem.java (paramString): Now protected. * java/awt/MenuShortcut.java: Implements Serializable. * java/awt/MenuBar.java: Rewrote from scratch. * java/awt/MenuComponent.java (removeNotify): Wrote. Implements Serializable. * java/awt/GridBagConstraints.java (GridBagConstraints): New constructor. * java/awt/CheckboxMenuItem.java: Wrote. From-SVN: r38488
This commit is contained in:
@@ -12,7 +12,7 @@ import java.awt.event.KeyEvent;
|
||||
|
||||
/* Status: Complete, except for hashCode(). Untested. */
|
||||
|
||||
public class MenuShortcut
|
||||
public class MenuShortcut implements java.io.Serializable
|
||||
{
|
||||
// Fields from the serialization spec. Decalare others "transient".
|
||||
int key;
|
||||
|
||||
Reference in New Issue
Block a user