238239240241242243244245246247248
menus.removeElementAt(index); MenuBarPeer peer = (MenuBarPeer)this.peer; if (peer != null) { m.removeNotify(); m.parent = null; peer.delMenu(index); } } } /**
220221222223224225226227228229230
248249250251252253254255256257258
237238239240241242243244245246247
170171172173174175176177178179180
m.removeNotify(); m.setParent(null); if (mp != null) mp.delMenu(index); } /** * Removes the specified menu from the menu bar. *