Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT in Swing Component
SWT in Swing Component [message #451988] Sat, 12 March 2005 05:13 Go to next message
nospam is currently offline nospamFriend
Messages: 21
Registered: July 2009
Junior Member
Hello,

how can I integrate a SWT Component in a Swing Component?

thx
Re: SWT in Swing Component [message #452197 is a reply to message #451988] Tue, 15 March 2005 04:37 Go to previous messageGo to next message
Michael is currently offline MichaelFriend
Messages: 43
Registered: July 2009
Member
Hi,

you can't do that because of the nature of swt widgets.
All swt widgets are hevywight components with a coresponding
native controls.

Alles klar? ;-)

Regards,
Michael

Am Sat, 12 Mar 2005 06:13:21 +0100 hat S.Ritter <nospam@bastie.de>
geschrieben:

> Hello,
>
> how can I integrate a SWT Component in a Swing Component?
>
> thx
>
>
>
Re: SWT in Swing Component [message #452246 is a reply to message #451988] Tue, 15 March 2005 18:51 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Take a look at SWT_AWT.new_Shell().

* Creates a new <code>Shell</code>. This Shell is the root for
* the SWT widgets that will be embedded within the AWT canvas.

"S.Ritter" <nospam@bastie.de> wrote in message
news:d0tu0b$9d9$1@www.eclipse.org...
> Hello,
>
> how can I integrate a SWT Component in a Swing Component?
>
> thx
>
>
Previous Topic:drawing an oval Cursor
Next Topic:Dynamic selection of columns
Goto Forum:
  


Current Time: Sat Apr 20 02:09:26 GMT 2024

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

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

Back to the top