Posts Tagged ‘java screen capture’

How to Take Screenshots in Java

Wednesday, April 30, 2008 23:44 No Comments

Have you ever wanted to grab a screenshot from your Java application? Here’s a quick tutorial on how to grab a screenshot and save it to a JPEG and PNG file. This shows how to use the Robot class to capture the screen image and the ImageIO API to save it as a JPG and [...]

This was posted under category: Java Tags: , , ,