Yogesh Patel
Yogesh Patel

Reputation: 63

Multiple icon comes in j2me application with multiple midlet

I am developing j2me application in that application i have three midlets. One is main midlet and another two is for starting auto services. I am starting auto services (other two midlet) with main midlet with help of PushRegistry.

So my question is i have three midlet so three icon comes in application. I want only one icon for whole application?

Is it possible to create single icon in application with multiple midlet? If not then is it possible to start autoservices without midlet? If not then is it possible to hide other two icon??

Thanks in advance Yogesh Patel

Upvotes: 2

Views: 217

Answers (1)

user2950420
user2950420

Reputation:

Use the attribute MIDlet-Icon, MIDlet-Icon is the principal application's icon. If you use Netbeans, do right clic in Project icon>Properties>Application Descriptor.menu

enter image description here

Upvotes: 0

Related Questions