Method removeAll()
Return type: void
Member of: javax.swing.JMenu
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 commandMenu_.removeAll();
2 commandMenu_.removeAll();
3 i18nLangMenu.removeAll();
4 menu.removeAll();
5 menu.removeAll();
6 menu.removeAll();
7 toggleSchemaMenu.removeAll();
8 i18nLangMenu.removeAll();
9 menu.removeAll();
10 editMenu.removeAll();
11 winMenu.removeAll();
12 _menu.removeAll();
13 menuLocale.removeAll();
14 changeMenu.removeAll();
15 fileMenu.removeAll();
16 nChartMenu.removeAll();
17 this.mruMenu.removeAll();
18 removeAll();
19 menu.removeAll();
20 moveToGroupMenu.removeAll();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.