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