Image of screen

Hi is their a way to capture the screen and save it has a Image?
[71 byte] By [jonney69a] at [2007-11-27 4:58:50]
# 1
regarding wt desktop machine or mobile?
ParagPatila at 2007-7-12 10:14:54 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

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

PeppeMEa at 2007-7-12 10:14:54 > top of Java-index,Java Mobility Forums,Java ME Technologies...