BBjControl::setClientEdge
Description
Sets the BBjControl to have a client (lowered) border.
Syntax
Return Value | Method |
---|---|
void | setClientEdge(boolean client) |
Parameters
Parameter | Description |
---|---|
client | Specifies whether or not if the BBjControl has a client (lowered) border. By default, client is false (0).
|
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.