Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » JInternalFrame using
JInternalFrame using [message #446056] Wed, 17 November 2004 09:44 Go to next message
Eclipse UserFriend
Originally posted by: mat_sk.o2.pl

Is it possible to make something similar to Swing's JInternalFrame using
SWT out of the box?

If not, would it be difficult to implement? Any examples out there?
Re: JInternalFrame using [message #446058 is a reply to message #446056] Wed, 17 November 2004 12:47 Go to previous message
Oliver Andrich is currently offline Oliver AndrichFriend
Messages: 18
Registered: July 2009
Junior Member
Hi,

I am also tackling this task at the moment, and I personal think it is
quit easy. You have a Composite (JDesktopPane a like), add several
Composites (or something like that) which represent the JInternalFrames
and use Decorations from SWT. This should do the job for you.

A detailed example can be found in "The Definitive Guide to SWT and
JFace" from apress.com.

I will give this a try this weekend, but the example looked pretty easy.

Best regards,
Oliver

Mati schrieb:
> Is it possible to make something similar to Swing's JInternalFrame using
> SWT out of the box?
>
> If not, would it be difficult to implement? Any examples out there?
>
>
Previous Topic:where to pack TableColumns on a refresh()?
Next Topic:The SWT_AWT bridge and Solaris
Goto Forum:
  


Current Time: Wed Apr 24 20:49:56 GMT 2024

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

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

Back to the top