Reputation: 63
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
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.
Upvotes: 0