add icon to j2me application
问题 How can I add icon for my j2me application midlet? I am using eclipse. 回答1: In MIDlet description file ( MANIFEST.MF ) change/add such lines: MIDlet-1: YourMidletName,icon.png,MainClass MIDlet-Icon: icon.png 回答2: 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 回答3: MIDlet-Name: