I am developing an application using Java ME targeting MIDP 2.0 devices.
- Does MIDP 2.0 support transparent PNGs and transparency ?
- Does LWUIT support RTL support ?
for transparency support, the API specification for Display.numAlphaLevels() method gives quite comprehensive explanation.
Support of PNG format is specified in details in javadocs for lcdui.Image
class (there's section called PNG Image Format)