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?
I have module application. When I run it, the main window of that app
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.