Robot « java.awt « Java by API






1.Robot: createScreenCapture(Rectangle screenRect)
2.Robot: getPixelColor(int x, int y)
3.Robot: keyPress(int keycode)
4.Robot: keyRelease(int keycode)
5.Robot: mouseMove(int x, int y)
6.Robot: mousePress(int buttons)
7.Robot: mouseRelease(int buttons)
8.Robot: mouseWheel(int wheelAmt)