Point class (Manipulate the pointer with coordinates axis (x, y) JAVA) [closed]

-2

You can move the pointer through coordinates, that is, indicating the exact point on the x axis, and I have already consulted a bit and the class point has several methods such as: translate() move() which is supposed to be used to move the pointer so far I have not had any results. Has someone already used it before?

    
asked by Pedro Triviño 16.04.2018 в 21:07
source

1 answer

0

Try the class java.awt.Robot . It has a very interesting mouseMove method in addition to others useful for the automation of tests.

Greetings.

    
answered by 16.04.2018 / 21:25
source