<shell>

Creates Shell widget.
Examples :
1) A Top level Shell.

<shell text="Main Shell" _image="/com/sheelapps/swtml/examples/icon.gif" style="SWT.SHELL_TRIM" id="parentShell">
<fill-layout/>
</shell>
 
2) Dialog Shell :

<shell text="Dialog Shell" style="SWT.DIALOG_TRIM | SWT.APPLICATION_MODAL" _parent="parentShell">
</shell>