Subclasses of the SWT Dialog class can be
created using the SWT Dialog 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.Dialog class is the default superclass. |
|
When editing SWT Dialogs, 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. |