Rectangle.move
Rectangle.move
Class Overview
|
Class Members
|
This Package
|
All Packages
Syntax
public void move( int
x
, int
y
)
Description
Note: move() is deprecated.
As of JDK version 1.1, replaced by
setLocation(int, int)
.