Hi Benjamin, Hi Tonny,
You're right. The Robot class can take screenshots via theI sometimes heard that Java AWT Robot class could take a screenshoot. Maybe you could use this method. I am myself not familiar with this Robot class.
createScreenCapture(Rectangle)
method, where rectangle specifies the on-screen coordinates to be captured. The return value is a BufferedImage, so you can easily stream them to a file.
Regards -Urs
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
