|
|
Re: Can I embed SWT Widgets into webpage [message #985683 is a reply to message #981895] |
Thu, 15 November 2012 11:48  |
Eclipse User |
|
|
|
SWT Controls cannot be mixed into a page because the worlds of a
browser's rendered content and native controls are two different worlds.
There was a project in the past that could show a page in a browser
containing only SWT; I think it did this by displaying a page with a
java applet (AWT) and then used the SWT/AWT bridge to embed SWT in it.
It was called RSWT, which I notice is still a project at sourceforge (
http://rswt.sourceforge.net/quickstart.html#Starting%20the%20RSWT%20Control%20Example
), so perhaps it's worth taking a look at. I haven't tried it myself
though, so I don't have further guidance.
HTH,
Grant
On 11/12/2012 3:40 PM, sad nomad wrote:
> Can SWT Widgets be embedded into webpage? any examples?
> thanks a lot!
|
|
|
Powered by
FUDForum. Page generated in 0.24425 seconds