screenshots Tutorials, Tips & Tricks

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...