I need an alternative to java.awt.Robot (or a way to use it) that doesn't move you're actual mouse pointer, but will move a fake/Virtual mouse, any suggestions?
If it makes any difference, I need this to work in an applet that is running in a jframe and I need it to be able to left and right click exact points as well as move (just like the robot class, just without disturbing you're actual mouse).