机器人课可以帮您解决问题。以下是用于移动鼠标光标的示例代码:
try { // These coordinates are screen coordinates int xCoord = 500; int yCoord = 500; // Move the cursor Robot robot = new Robot(); robot.mouseMove(xCoord, yCoord);} catch (AWTException e) {}
欢迎分享,转载请注明来源:内存溢出
机器人课可以帮您解决问题。以下是用于移动鼠标光标的示例代码:
try { // These coordinates are screen coordinates int xCoord = 500; int yCoord = 500; // Move the cursor Robot robot = new Robot(); robot.mouseMove(xCoord, yCoord);} catch (AWTException e) {}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)