Adding an image to a j2me app

I have created a simple midlet app in netBeans to run on my mobile. Downloaded the jar to my mobile and works fine. What I want to do now is create a new screen with a background image but can't find any examples of how to add an image to an app?

Any one got any pointers on how to do this?

[304 byte] By [JFrain2004a] at [2007-11-27 6:05:02]
# 1
use Canvas
pandora_fooa at 2007-7-12 16:50:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Take a look at the documentation on Canvas: http://java.sun.com/javame/reference/apis/jsr037/javax/microedition/lcdui/Canvas.htmlAlso, take a look at one of the technical articles: http://developers.sun.com/techtopics/mobility/midp/articles/gameapi/
jonathan.lea at 2007-7-12 16:50:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
I think so!
kevinyuana at 2007-7-12 16:50:16 > top of Java-index,Java Mobility Forums,Java ME Technologies...