Tagged Questions
1
vote
6answers
2k views
Issues with Image loading in J2ME applications on Motorola phones
The standard way to load an image in a J2ME application is using the Image.createImage method and the recommended image format is PNG.
Now, the J2ME specs dont lay down any restrictions on the ...