Posts Tagged ‘screenshots’

How to take screen shots in Java

How to take screen shots in Java
While surfing through internet, I came to this amazing piece of code in Java that takes the screen shot of your desktop and save it in a PNG file.This example uses java.awt.Robot class to capture the screen pixels and returns a BufferedImage. Java.awt.Robot class is used to take the control ...
Copyright © 2012 ViralPatel.net. All rights reserved.