Beginner question for netbeans 8.1 platform application
"ctajuggler" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Thank you again for the feedback. One final question, if I may: I can add menu items to the menu bar using annotations; is there a way of hiding menu bar items I don't want to see using annotations? I've read your blogs e.g. https://blogs.oracle.com/geertjan/entry/customizable_corporate_menu_bar_for but they all basically involve editing the layers.xml file to add the _hidden tag to any default menu items (say, Navigate) that I don't want to see. Can annotations be used to achieve the same thing?