nani1980 wrote:
> Hi,
>
> I created sample application on mac using the Netbeans. The About is coming
> under Help menu and Exit coming under File menu. Actually it has to come in
> default menu.
>
> When i run the netbeans ide about and quit appearing in default menu.
>
> Please tell me what changed I need to do for my sample application to
> achieve like netbeans ide.
>
Does your app include the applemenu module
(org.netbeans.modules.applemenu)? IIRC this module is what tweaks the
IDE menus when running on Mac. The module only activates on Mac OS (see
the requires field in the module's manifest).
I'm sorry, but I don't use Mac myself and I'm not sure if including the
applemenu module is all you need to do to fix the menus. But at lease
you should be able to get the idea how to hide some menu items and show
them elsewhere.
Cheers,
-vita