Re: adding icons for no pics icon java app/game .
This is the way to change java app icons:
1. Open the .jar game of the game you want to install with WinRar
2. Inside, there's a folder META-INF, which contains a file called MANIFEST.MF.
3. Double click it, then winrar opens notepad to show it, or copy it to some folder and open it from there.
4. There's a line MIDlet-Icon: in the file, look what it says, for example MIDlet-Icon: /icon.png
5. Go to the main folder of the jar file (or if its other then /, the corresponding folder.
6. Copy the image file out of the jar.
7. Edit it.
8. Place it back as icon.png, call the old one icon.bak or something.
9. Install the .jar file and check if it worked.
10. If not, check if you followed the steps correctly.
Ps: If the MANIFEST.MF file doesnt contain the line MIDlet-Icon:, you can just add that.
Hope this helped
Yes, but does it run Linux?