How to remove items from menu in netBeans platform?

ahoj picture ahoj · Mar 12, 2010 · Viewed 10.4k times · Source

I have module application. When I run it, the main window of that app has quite complex menu. How to remove some items from menu?

Answer

vkraemer picture vkraemer · Mar 13, 2010

You can remove menu items from the menu bar by adding entries to your project's layer.xml file.

You should read through 'Tweaking the User Interface' from the 'NetBeans Platform HTML Editor' tutorial to get a rough idea of what you will need to do.

There is another tutorial-ish description of using the layer file to hide items, too.