Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Swing Integration


Actually, an entirely lightweight layout within a heavyweight container seems like it should be doable. For the kinds of uses people really need Swing integration for (i.e. to reuse an existing gui within Eclipse) this would be good enough.

You can take a look at the class org.eclipse.swt.internal.awt.win32.SWT_AWT to see where we currently are with this. It is buggy as Mr. Norrgard indicated, but should be a good starting point. There have been several postings in the newsgroup about this as well. You might get some useful background by scanning through them (and the bugzilla database as well).

McQ.



Peter.FLYNN@xxxxxxxxxxxx
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

01/15/2002 06:07 AM
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-swt-dev] Swing Integration


Hello,

With all this talk of integrating SWT with various windowing systems, I was
wondering it there were any plans to integrate it with Swing.  I noticed
that advert from Leonard Norrgard, but I would prefer something that was
still Open Source and free.  

The thing with SWT is that since it is heavyweight components, any
applications that we port across too, would display incorrectly (as
heavyweight and lightweight don't mix).

If there is integration in the plans, a request (from me at least) would be
that it simply replaces all of the Jxxx classes, so that all you need to do
to port is prepend the SWTSwing Jar - overriding the Java Swing classes.  So
the already written applications would suddenly have SWT displays.

Would this be possible (and feasible)?

I'm also very interested in the work with GTK as this will make it
compatible with a lot of O/S GUI environments.

Keep up the good work - it looks great!

Regards,
Peter


********************************************************************

This email may contain information which is privileged or confidential. If you are not the intended recipient of this email, please notify the sender immediately and delete it without reading, copying, storing, forwarding or disclosing its contents to any other person
Thank you

Check us out at http://www.syntegra.com

********************************************************************

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top