Sets the bounds of the control.
protected void setBoundsCore( int x, int y, int width, int height )
x
The x-coordinate of the control's bounds.
y
The y-coordinate of the control's bounds.
width
The width of the control's bounds.
height
The height of the control's bounds.