Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Panel.setBorderStyle
Sets a value indicating the kind of border the panel has.
Syntax
public final void setBorderStyle( int value )
Parameters
value
An integer that specifies the kind of border the panel has. Possible values are constants defined in the BorderStyle class. The default value is BorderStyle.NONE_3D.
Exceptions
WFCInvalidEnumException thrown if the specified value is not a valid BorderStyle constant.