Nokia 6630
CLDC 1.1
MIDP 2.0
WTK25
I've created a simple MIDlet using WTK25. Now I'm trying to add an icon to this MIDlet which will replace the default MIDlet icon on the phone with an icon specific for this MIDlet (I mean the icon I see on my phone when I start the MIDlet)
So I added an icon to the resource folder. It had the size 29x26, .png... The icon I specified didn't replace the default icon. So I tryed with size 20x20 but that didn't help either!
I specified the icon as this in the settings window (WTK25):
MIDlet-icon = /res/icon.png
What am I doing wrong here?
Jeff

Reply With Quote

