Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Frame without title bar
Frame without title bar [message #455481] Mon, 16 May 2005 20:41 Go to next message
Eclipse UserFriend
Originally posted by: hongtu.usa.com

Hi,


How can I create a Frame without title bar using SWT?

Does SWT have a similar functionality as Swing (setUndecorated(true))?


Thanks in advance!
Re: Frame without title bar [message #455482 is a reply to message #455481] Mon, 16 May 2005 20:58 Go to previous message
Emil Crumhorn is currently offline Emil CrumhornFriend
Messages: 169
Registered: July 2009
Senior Member
Shell shell = new Shell(display, SWT.NO_TRIM);

Emil

"htu" <hongtu@usa.com> wrote in message
news:58c146a347778879965a17ea6bae0a3d$1@www.eclipse.org...
> Hi,
>
>
> How can I create a Frame without title bar using SWT?
>
> Does SWT have a similar functionality as Swing (setUndecorated(true))?
>
>
> Thanks in advance!
>
>
>
Previous Topic:Add SWT library command in Eclipse 3.1M7
Next Topic:How to do text wrapping on the Browser widget?
Goto Forum:
  


Current Time: Mon Sep 23 06:36:40 GMT 2024

Powered by FUDForum. Page generated in 0.05487 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top