Maybe I misunderstood your post but you could use a custom RepaintManager with 
a BufferedImage as backbuffer instead of a BufferStrategy . Although this will 
slow down execution of the application quite a bit, taking a "snapshot" should 
be free (simply grab the BIs raster) ... and you could completly avoid using 
java.awt.Robot.

- Clemens
[Message sent by forum member 'linuxhippy' (linuxhippy)]

http://forums.java.net/jive/thread.jspa?messageID=343144

===========================================================================
To unsubscribe, send email to lists...@java.sun.com and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
lists...@java.sun.com and include in the body of the message "help".

Reply via email to