If you use a double buffering techinique in order to draw to video
http://java.sun.com/developer/J2METechTips/2001/tt0725.html
You can save your buffer into an image: what you can draw is what you have saved.
It's good only with canvas..
Message was edited by:
PeppeME