BBjControl::setNoEdge
Description
In BBj 6.00 and higher, this method sets the BBjControl to have no border.
Syntax
Return Value | Method |
---|---|
void | setNoEdge(boolean noEdge) |
Parameters
Parameter | Description |
---|---|
noEdge | Sets whether or not the BBjControl has no 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 have a raised border.
BBjButton and BBjToolButton have different implementations.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.