Re: NetBeans Platform Application - Set Position of Menu Within the Menu Bar

2024-01-08 Thread Charles Rivenbark
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 wrote: >

Re: NetBeans Platform Application - Set Position of Menu Within the Menu Bar

2024-01-08 Thread Charles Rivenbark
Thanks, that worked. I wanted it to be a Module specific menu since the users can disable n'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 11:04 AM Eirik Bakke wrote: > You can do do something l

RE: NetBeans Platform Application - Set Position of Menu Within the Menu Bar

2024-01-08 Thread Eirik Bakke
You can do do something like this from your branding module's layer.xml file: You can also expand the layer.xml file from within NetBeans and see "this layer in context", then right-click an existing menu item and click Go to Declaration to see the position of the other menus ite