Point.move
Class Overview | Class Members | 
  This Package | 
All Packages
 public void move( int x,
                  int y )
Parameters
-  x 
 -  the x coordinate of the new location.
    
 -  y 
 -  the y coordinate of the new location.
    
 
Description
 Moves this point to the specificed location in the 
 (x, y) coordinate plane. This method
 is identical with setLocation(int, int).
  
See Also
     setLocation