简体   繁体   中英

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

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. 菜单

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM