Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to make a shell non resizable?
How to make a shell non resizable? [message #442999] Wed, 15 September 2004 20:32 Go to next message
Eclipse UserFriend
Originally posted by: opettaja.zero-6.com

In my program im working on I have a shell that opens when the user
wants to add an entry. How do i make the shell that pops up so that it
isnt resizable?
Re: How to make a shell non resizable? [message #443030 is a reply to message #442999] Thu, 16 September 2004 16:47 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Create it with style bits that do not include resize.

e.g.

Shell shell = new Shell(display, SWT.TITLE | SWT.CLOSE);


"Brady Love" <opettaja@zero-6.com> wrote in message
news:cia8lk$7kn$1@eclipse.org...
> In my program im working on I have a shell that opens when the user wants
> to add an entry. How do i make the shell that pops up so that it isnt
> resizable?
Previous Topic:Is there any template of directory selection dialog provided by pde ? thx
Next Topic:SWT Browser Text Selection Event
Goto Forum:
  


Current Time: Thu Apr 25 15:18:15 GMT 2024

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

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

Back to the top