Sets the size and location of this object.
public void setBounds( int x, int y, int width, int height )
public void setBounds( RECT r )
public void setBounds( Rectangle r )
x
The x-coordinate for the rectangle.
y
The y-coordinate for the rectangle.
width
The width of the rectangle.
height
The height of the rectangle.
r
The Win32 RECT structure or a Rectangle object that contains the values with which to initialize this rectangle.