Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mparvu committed Jul 29, 2021
1 parent ed7fc6e commit 3ec5583
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
import java.awt.event.InputEvent;
import java.awt.event.KeyEvent;

/**
* This class was created using methods from abbot.tester.Robot.
* Due to a Java 8 update (u301), sun.awt.SunToolkit.InfiniteLoop
* was removed entirely and using abbot's Robot would throw a
* ClassNotFoundException.
*/

public class KeyEventPresser extends Robot {

public KeyEventPresser() throws AWTException {
Expand Down

0 comments on commit 3ec5583

Please sign in to comment.