开发者

add icon to j2me application

How can I add ic开发者_StackOverflow社区on for my j2me application midlet? I am using eclipse.


In MIDlet description file (MANIFEST.MF) change/add such lines:

MIDlet-1: YourMidletName,icon.png,MainClass
MIDlet-Icon: icon.png


If You are using the netbeans for developing j2me.Then follow this step:-

Custmoization--->Application Description--->click Midlet Tab--->Select the midlet and click on edit button---->then select the Midlet icon which u want to use.Select ok--->execute it in phone


MIDlet-Name: MIDgetSuite
MIDlet-Vendor: Vendor, Inc.
MIDlet-Version: 0.1.0
MicroEdition-Configuration: CLDC-1.1
MicroEdition-Profile: MIDP-2.0
MIDlet-Jar-Size: 2245
MIDlet-Jar-URL: MIDgetSuite.jar
MIDlet-1: MIDget,/icons/icon.png,MainEngine

Please refer this http://developer.nokia.com/Community/Wiki/Adding_an_icon_to_a_MIDlet

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜