Retrieves the height and width of the client area of the control.
public final Point getClientSize()
Returns a Point object that contains the dimensions of the client area of the control. The Point.x field holds the client area width; the Point.y field holds the height.
See Also setClientSize