Thanks, that worked. I wanted it to be a Module specific menu since the
users can disable the module and I didn't want the menu to display if the
module was disabled. I just put the XML in the Modules layer.xml file and
it worked fine.
On Mon, Jan 8, 2024 at 1:10 PM Charles Rivenbark
en right-click an existing menu item and click Go to
> Declaration to see the position of the other menus items.
>
>
>
> -- Eirik
>
>
>
> *From:* Charles Rivenbark
> *Sent:* Monday, January 8, 2024 4:17 PM
> *To:* users@netbeans.apache.org
> *Subject:* NetBeans
I am using NetBeans IDE 20 and have a Maven project that has numerous
TopComponent windows. I want to set the position on the menu bar where the
module menu appears. By default the Admin menu shows at the far left on
the menu bar but I want it just past the Edit menu.
The TopComponent code is as
I created a new NetBeans Platform Application under the Maven category,
added a new NetBeans Module under the -parent module, added a new Primary
Options Panel under the new module and added a new Secondary Options Panel
on the new Primary. The new module is listed in the Dependencies for the
-app
I am building a NetBeans Platform application and want to change the
version number from the default NetBeans version (e.g. 14-c4f2d87113...) to
something more meaningful to my application (e.g. 1.0.1.220812). I have
figured out how to do that for each individual module but not for the
application