Add or remove menu item from controller

How can I add or remove any menu item from the MainView controller?

I found it!


 menu.removeMenuItem(menu.getMenuItem("rr"));
1 Like