public void move (int x, int y)

Moves this point to the specified location in the (x,y) coordinate plane. This method is identical with setLocation(int, int).

Parameters:
x    the X coordinate of the new location
y    the Y coordinate of the new location

See also:
java.awt.Component.setLocation(int, int)