I am having problem of displaying PNG image where as JPG image is Displaying Perfectly well.
Here is the code of getting Image .
Image tImage=Image.createImage("/tasbeeh.jpg");
and then draw Image but for png
Image tImage=Image.createImage("/tasbeeh.png");
throws exception:
java.lang.NullPointerException:
at start.SplashScreen.paint(+56)
at javax.microedition.lcdui.Canvas.callPaint(+85)
at javax.microedition.lcdui.Display.repaint(+82)
and
java.io.IOException
at javax.microedition.lcdui.ImmutableImage.getImageFromStream(+15)
at javax.microedition.lcdui.ImmutableImage.<init>(+20)
at javax.microedition.lcdui.Image.createImage(+8)