您可以使用視覺化編輯器來變更 SWT Shell 的母項,快速地從 SWT 應用程式建立對話框和其他 Shell。
sShell1 = new Shell();
sShell1 = new Shell(sShell);
sShell1 = new Shell(sShell2);