Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] How to remove title bar of SWT Shell after creation of Shell

 

Dear All,

 

If I create shell with this style

final Shell shell2 = new Shell(SWT.RESIZE);

 

I get intended shell.

 

But I want to remove title bar (as it is appearing with SWT.RESIZE) of already created shell then ?

 

I am not able to find any way to do so.

 

Another alternative is

Can I create new shell with this style and transfer all the contents of old one to new shell ?

 

Please reply

 

 

With Best Regards,

Saurav

 

DISCLAIMER:
Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.


Back to the top