Posts Tagged ‘java screen capture’
How to Take Screenshots in Java
Wednesday, April 30, 2008 23:44 No CommentsHave 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 [...]
