views:

279

answers:

2

Hello, 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?

A: 

You can remove it in layer.xml

layer in context - Menu Bar

here's the link

http://platform.netbeans.org/tutorials/nbm-htmleditor.html

Joset
A: 

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.

vkraemer