Hi Benjamin, Hi Tonny,

I 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.
You're right. The Robot class can take screenshots via the
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]



Reply via email to