Skip to main content

[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

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



Back to the top