Retrieves the width and height, in pixels, of a window border.
public static final Point getBorderSize()
Returns a Point object that represents the size of a sizeable window border.
The getBorderSize method is the non-three-dimensional counterpart of the get3DBorderSize method. Use this method when creating a control that has a border to determine the proper sizing of the border.
See Also get3DBorderSize