Retrieves the distance between the bottom edge of the control and the top edge of its container's client area.
public final int getBottom()
Returns an integer that represents the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. This value is equal to the value returned by the getTop method plus the value returned by the getHeight method.
See Also getBounds