Overview | Methods | This Package | All Packages
Sets the amount of horizontal and vertical space (padding) around the text and image displayed on the tabs in this control.
Syntax
public final void setPadding( Point value )
Parameters
value
A Point object that contains the horizontal and vertical space, in pixels, that surrounds the text and image displayed on tabs in this control. The default value for horizontal and vertical padding is zero (0).
See Also getPadding