0

This is related to How do I hide menus without a layer file in NetBeans Platform? and How to remove items from menu in netBeans platform?. Sadly those are related to an ant built platform.

I'm trying to find out how to the same in Maven built application. I bet there's a way to add a custom layer file.

Any ideas?

Community
  • 1
  • 1
javydreamercsw
  • 5,363
  • 13
  • 61
  • 106

1 Answers1

1

It actually works the same way even if you have a Maven-based NetBeans platform application. Try right clicking the module of interest and selecting New->Other->Module Development->XML Layer. This will create and register the layer.xml for you, which you can then hack as desired.

Unpocoloco
  • 56
  • 3