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

2024-01-08 Thread Charles Rivenbark
>> >> 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 items. >> >> >> >> -- Eirik >>

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

2024-01-08 Thread 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

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

2024-01-08 Thread Eirik Bakke
the other menus items. -- Eirik From: Charles Rivenbark Sent: Monday, January 8, 2024 4:17 PM To: users@netbeans.apache.org Subject: NetBeans Platform Application - Set Position of Menu Within the Menu Bar I am using NetBeans IDE 20 and have a Maven project that has numerous TopComponent windows.

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

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