简体   繁体   English

j2me应用程序中带有多个Midlet的多个图标

[英]Multiple icon comes in j2me application with multiple midlet

I am developing j2me application in that application i have three midlets. 我正在该应用程序中开发j2me应用程序,我有三个Midlet。 One is main midlet and another two is for starting auto services. 一个是主要的Midlet,另外两个是用于启动汽车服务的。 I am starting auto services (other two midlet) with main midlet with help of PushRegistry. 我在PushRegistry的帮助下使用主要Midlet启动汽车服务(其他两个Midlet)。

So my question is i have three midlet so three icon comes in application. 所以我的问题是我有三个Midlet,所以三个图标出现在应用程序中。 I want only one icon for whole application? 我只需要一个用于整个应用程序的图标?

Is it possible to create single icon in application with multiple midlet? 是否可以在具有多个Midlet的应用程序中创建单个图标? If not then is it possible to start autoservices without midlet? 如果不是这样,是否可以在没有Midlet的情况下启动自动服务? If not then is it possible to hide other two icon?? 如果不是,那么有可能隐藏其他两个图标吗?

Thanks in advance Yogesh Patel 在此先感谢Yogesh Patel

Use the attribute MIDlet-Icon, MIDlet-Icon is the principal application's icon. 使用属性MIDlet-Icon,MIDlet-Icon是主要应用程序的图标。 If you use Netbeans, do right clic in Project icon>Properties>Application Descriptor. 如果使用Netbeans,请在“项目”图标>“属性”>“应用程序描述符”中执行正确操作。 菜单

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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