I created a new shell using the following code: Shell shell = new Shell( parent, SWT.RESIZE);
I am getting a resizable shell but with a small title bar on the top which I dont want.
This is what I am getting after using this code.
Is there any way to remove that title bar/border in the top but with retaining resizable functionality. Help would be appreciated. Thanks!