Reputation: 288
I develope application for BlackBerry, I use JDE 7.1.0 and NetBeans 6.9
How to set Icon for BlackBerry Application in JDE NetBeans ?
Upvotes: 1
Views: 161
Reputation:
If you use only Netbeans, consider use of BlackBerry Ant Tools
There's ant task rapc
and it has a nested element jdp
, and jdp has icon
property.
Check the link I provided above. There is full documentation for BB Ant Tools.
If you use Netbans + JDE, then set icon in JDE, just add a picture to your project and specify it as app icon in application descriptor file.
Upvotes: 1
Reputation: 2049
Go to BlackBerry_App_Descriptor.xml
and there in the Application icons tab put your icon. Done.
Upvotes: 1