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