Sets a boolean value indicating whether this control is a top-level window (a window that has no parent window).
public void setTopLevel( boolean value )
value
Set to true if this control is a top-level window; otherwise, set to false.
WFCException thrown if this control has a parent.
See Also getTopLevel