Sets a value indicating whether the panel has a raised border, a sunken border, or no border.
public void setBorderStyle( int border )
border
An integer that represents the panel border style. Possible values are constants defined in the StatusBarPanelBorderStyle class. The default value is StatusBarPanelBorderStyle.SUNKEN.
WFCInvalidEnumException thrown if the specified value is not a valid StatusBarPanelBorderStyle constant.
See Also getBorderStyle