 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Wed May 03, 2006 12:16 pm Post subject: Netbeans 5 platform: How to add a Global Menu Entry |
|
|
How to add a new GLOBAL MENU (one at par with File, View, Tools and
Help menu entries) in the menubar when creating a Netbeans 5.0 platform
based application? |
|
| Back to top |
|
 |
Kroll, Michael Guest
|
Posted: Mon May 08, 2006 7:07 am Post subject: Re: Netbeans 5 platform: How to add a Global Menu Entry |
|
|
Hi,
thakkardevang (AT) gmail (DOT) com schrieb:
| Quote: | How to add a new GLOBAL MENU (one at par with File, View, Tools and
Help menu entries) in the menubar when creating a Netbeans 5.0 platform
based application?
you must edit the 'layer.xml' |
<folder name="Menu">
<attr name="File/TESTMENU" boolvalue="true"/>
<folder name="TEST">
</folder>
</folder>
Regards
Michael
--
http://www.smurfi.de
German NetBeans and GlassFish Site |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|