BBjControl::setRaisedEdge
Description
Sets the BBjControl to have a raised border.
Syntax
Return Value | Method |
---|---|
void | setRaisedEdge(boolean raised) |
Parameters
Parameter | Description |
---|---|
raised | Specifies whether or not the BBjControl
has a raised border. By default, raised is set to 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, the BBjControl does not have a raised border.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.