Reputation: 495
I'm sure this is a simple question. I simply cannot find it for Netbeans 7. I have created a Netbeans platform application and modules.
how do I customize the File
, Edit
, etc menus, and disable the ability to bring up the Undo
\ Redo
toolbar?
ALSO: Under Branding, I have specified an icon to use for the application, but upon generating an installer it does not use that icon. What gives? When I specify it, does it need to be in some specific directory within the Netbeans project to get packaged with the installer?
Thank you for your help. I'm sure I've just overlooked something.
Upvotes: 0
Views: 2217
Reputation: 2165
it is like netbean 6.9 All the annotations will do is create a layer.xml file for you (At runtime I think).
You can still create your own layer.xml file and change the order of the toolbars in there. Just make sure that your layer file is being referenced in the manifest.
At Runtime all the layers will be merged together - including the one that you manually create and the one derived from the annotations
Upvotes: 1