[Kde-java] java panels in native QT application?

Tom Tromey tromey at redhat.com
Mon Jan 16 20:02:50 CET 2006


>>>>> "Sandor" == Sandor Brockhauser <brockhauser at embl-grenoble.fr> writes:

Sandor> Can it be also used for integrating Qt widgets (even a basic
Sandor> canvas) into a swing (or awt/swt) application?  Would you have
Sandor> any suggestion how to integrate my existing java (swing)
Sandor> panels into my separate Qt application?

Look at the AWT Native Interface.  This lets you mix AWT windows with
platform native windows in some ways.  E.g., this is how Eclipse
manages to embed Swing windows.

Tom



More information about the Kde-java mailing list