Subclasses of the SWT Shell class can be
created using the SWT Shell wizard. The wizard can be
selected from the drop down wizard menu or from the
Eclipse New wizard.
To use the wizard, select the project source folder and package to contain the class. Then enter the class name and hit the Finish button. The org.eclipse.swt.widgets.Shell class is the default superclass. |
|
When editing SWT Shells, all of the standard SWT layouts, containers, widgets and menus are available. Custom or third party controls may be added via the Choose Component command. |