How to create a resizable SWT shell without title bar

50 Views Asked by At

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!

0

There are 0 best solutions below