Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] resize the non-resizable shell

hi all
I am developing the gui of a wizard. I use a central shell and some different composites for storing the controls into the shell. I have the need to mantain the shell non-non resizable for the first 4 operations, and to let the user resize it from the 5th one.
to constructthe shell I use:

Display d=new Display();
Shell s=new Shell(d, SWT.CLOSE | SWT.MIN);

now I'm wondering if there is a method or a mean to set the s shell as resizable after a while
could anyone help me?

thank you in advance
ciao
Camilla


Back to the top