Muhammad Cahya
Muhammad Cahya

Reputation: 288

How to set Icon for BlackBerry Application in JDE NetBeans

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

Answers (2)

user784540
user784540

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

Atif Imran
Atif Imran

Reputation: 2049

Go to BlackBerry_App_Descriptor.xml and there in the Application icons tab put your icon. Done.

Upvotes: 1

Related Questions