How to change the default JAD Icon image in JStudio

Dear friends,I have one dought,how to change the default icon JAD image in jstudio application.Its very important to me.And one find answer please tell .
[167 byte] By [SUNJAVA] at [2007-11-26 8:25:22]
# 1

Please describe in more detail what you are trying to achieve?

You are authoring an application and want to change the icon that it has on your desktop? If the result of building the application is a .jar file, then you don't have much choice, but to wrpa it into a native launcher which wll expose an icon to the OS.. Or to change the default icon for jar files..

KSorokin at 2007-7-6 21:37:53 > top of Java-index,Development Tools,Java Tools...
# 2

Dear friends,

I developed one application in jstudio.And need to set an special icon for my application.While i download my application in to mobile. The icon should be displayed in the mobile.To show my application as unique from other applications.But i dont know how to set an icon for my application. If any one find answer please reply as soon as possible.

Thank you

SUNJAVA at 2007-7-6 21:37:53 > top of Java-index,Development Tools,Java Tools...
# 3
Java Studio Enterprise per se does not support creating applications for mobile devices. I gues you used NetBeans Mobility Pack for that. Therefore, please refer to http://mobility.netbeans.org/ for more information. Thanks.
KSorokin at 2007-7-6 21:37:53 > top of Java-index,Development Tools,Java Tools...
# 4
Here is a FAQ entry, which, as far as I understand answers your question: http://www.netbeans.org/kb/faqs/j2me-mobility.html#FaqJ2MESpecifyMidletIcon
KSorokin at 2007-7-6 21:37:53 > top of Java-index,Development Tools,Java Tools...