[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [platform-swt-dev] How to implement multiple windows in SWT
|
- From: Billy Biggs <vektor@xxxxxxxxxxxx>
- Date: Fri, 23 Dec 2005 09:37:59 -0600
- Delivered-to: platform-swt-dev@eclipse.org
- User-agent: Mutt/1.5.4i
Neelakantan_K (Neelakantan_K@xxxxxxxxxxx):
> Has any one implemented multiple windows in a Single Shell. In swings we
> have JInternalFrame. How do implement this in SWT
This feature is called MDI and is not supported on all platforms. See:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=29891
https://bugs.eclipse.org/bugs/show_bug.cgi?id=70065
-Billy