AWT/Swing and SWT Co-existence
Since Eclipse 3.0, the org.eclipse.swt.awt package has provided an SWT_AWT bridge as part of Eclipse. It performs the very basics of hosting an AWT frame inside a SWT composite.
A recent Eclipse Corner Article: SWT and Swing Integration provides more extensive sample code building on AWT_SWT and dealing with some common integration issues. This code now forms the basis of the proposed
Eclipse Abireo Project
Known bugs for SWT_AWT
Swing on SWT
The Sw