Wednesday, November 6, 2013

Example using Java.awt.Robot class

Java.awt.Robot class is used to take the control of mouse and keyboard. In this example we will open a notepad and type a message. Please see the self explanatory code below.