Specifies whether a control box is to be displayed on this form.
public final void setControlBox( boolean controlBox )
controlBox
Set to true to display the control box; otherwise, set to false.
A control box refers to an icon that appears in the upper-left corner of the form. The control box displays the system menu when clicked.
See Also getControlBox