Tag Archive: java screenshot

Apr
30

How to Take Screenshots in Java

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 …

Continue reading »

Permanent link to this article: http://www.javaplex.com/blog/how-to-take-screenshots-in-java/