How can I simulate user interaction (key press, mouse click) on a component?
Created May 4, 2012
John Zukowski
The 1.3 Java release includes a Robot class to generate low-level native mouse / keyboard input events at the operating system level.
The other alternative is to call postEvent() of the EventQueue class.