Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to implement multiple windows in SWT
How to implement multiple windows in SWT [message #465934] Fri, 23 December 2005 09:35 Go to next message
Neel is currently offline NeelFriend
Messages: 29
Registered: July 2009
Junior Member
Hi,



Has any one implemented multiple windows in a Single Shell. In swings we
have JInternalFrame. How do implement this in SWT



Thanks and Regards,

Neel
Re: How to implement multiple windows in SWT [message #465940 is a reply to message #465934] Fri, 23 December 2005 18:17 Go to previous message
Daniel Spiewak is currently offline Daniel SpiewakFriend
Messages: 263
Registered: July 2009
Senior Member
MDI is not supported on all platforms. It's also deprecated by Microsoft (per the Visual Conventions document) and AFAIK won't be fully featured in Vista. If you can, use tabs and SDI...

If you can't, and you're willing to restrict yourself to Windows, you can use the Decorations class to implement MDI-like functionality. I think there is a snippet showing how to do this. But once again, proceed with caution!
Previous Topic:JFace dialog without Ok/Cancel buttons
Next Topic:FontEditorField color choice?
Goto Forum:
  


Current Time: Fri Apr 26 17:38:07 GMT 2024

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

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

Back to the top