
BBjControl::setClientEdge
Description
Sets the BBjControl to have a client (lowered) border.
Syntax
Return Value |
Method |
void |
setClientEdge(boolean client) |
Parameters
Variable |
Description |
client |
Specifies if the BBjControl is to have a client (lowered) border. 0 = No client border 1 = Client border |
Return Value
None.
Remarks
BBj honors this flag when running with the -LFvpro5 command line option as documented in Running BBj from the Command Line. In every other look and feel, this flag is a NOOP. By default, a BBjControl does not to have a client border.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.