AWT

Java Program to Take Screenshots

There might be a situation where you guys want to take screen shots programmatically. So I am sharing a program that help you to take screen capture of your screen and save it in PNG (Portable network graphic) picture format. Also Read: Java Program to Find IP Address   The below program uses Java.awt.Robot class to …

Java Program to Take Screenshots Read More »