Recent Edits
Since Eclipse 3.0, the "org.eclipse.swt.awt":http://help.eclipse.org/help33/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/awt/package-summary.html...
» complete changeh2. AWT/Swing and SWT Co-existence
Since Eclipse 3.0, the "org.eclipse.swt.awt":http://help.eclipse.org/help33/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/awt/package-summary.html 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":http://www.eclipse.org/articles/article.php?file=Article-Swing-SWT-Integration/index.html 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":http://www.eclipse.org/proposals/albireo/
"Known bugs for SWT_AWT":https://bugs.eclipse.org/bugs/buglist.cgi?quicksearch=swt_awt
h2. Swing on SWT
The "SwtSwing":http://swtswing.sourceforge.net ports SWT to Swing, effectively treating Swing as another GUI, just as win32, wpf, carbon etc are implemented by Eclipse itself. This also means that SWT applications can run on platforms where there isn't a native SWT binding.
The easiest way to play with SwtSwing is to use the "EoS":http://eos.sourceforge.net/ plugin. It switches the Eclipse IDE over to Swing, with a choice of look and feel - worth doing this if only for the "Napkin LaF":http://napkinlaf.sourceforge.net/
h2. SWT on Swing
The "SwingWT":http://swingwt.sourceforge.net does the opposite of SwtSwing, implementing Swing on SWT, using native peered widgets. The underlying SWT controls are exposed for direct access.
h2. SWT in Swing
The "DJ Native Swing":http://djproject.sourceforge.net/ns/ project uses SWT internally to support native widgets inside Swing
h2. Java2D and Draw2D/GEF
Two projects have bridges between Java 2D and "Eclipse GEF":http://www.eclipse.org/gef and "Draw2D":http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.draw2d.doc.isv/reference/api/org/eclipse/draw2d/package-summary.html
# "Holongate":http://www.holongate.org/
# "JFreeChart":http://www.jfree.org/jfreechart/ - look under experimental SWT in the source tree
h2. MigLayout a Layout Manager for both SWT and Swing
"MigLayout":http://www.miglayout.com is a layout manager that works equally good for Swing and SWT. A layout made in one framework will work equally good on the other.
h2. MigLayout a Layout Manager for both SWT and Swing
"MigLayout":http://www.miglayout.com is a layout manager that works ...
» complete changeh2. AWT/Swing and SWT Co-existence
Since Eclipse 3.0, the "org.eclipse.swt.awt":http://help.eclipse.org/help33/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/awt/package-summary.html 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":http://www.eclipse.org/articles/article.php?file=Article-Swing-SWT-Integration/index.html 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":http://www.eclipse.org/proposals/albireo/
"Known bugs for SWT_AWT":https://bugs.eclipse.org/bugs/buglist.cgi?quicksearch=swt_awt
h2. Swing on SWT
The "SwtSwing":http://swtswing.sourceforge.net ports SWT to Swing, effectively treating Swing as another GUI, just as win32, wpf, carbon etc are implemented by Eclipse itself. This also means that SWT applications can run on platforms where there isn't a native SWT binding.
The easiest way to play with SwtSwing is to use the "EoS":http://eos.sourceforge.net/ plugin. It switches the Eclipse IDE over to Swing, with a choice of look and feel - worth doing this if only for the "Napkin LaF":http://napkinlaf.sourceforge.net/
h2. SWT on Swing
The "SwingWT":http://swingwt.sourceforge.net does the opposite of SwtSwing, implementing Swing on SWT, using native peered widgets. The underlying SWT controls are exposed for direct access.
h2. Java2D and Draw2D/GEF
Two projects have bridges between Java 2D and "Eclipse GEF":http://www.eclipse.org/gef and "Draw2D":http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.draw2d.doc.isv/reference/api/org/eclipse/draw2d/package-summary.html
# "Holongate":http://www.holongate.org/
# "JFreeChart":http://www.jfree.org/jfreechart/ - look under experimental SWT in the source tree
h2. MigLayout a Layout Manager for both SWT and Swing
"MigLayout":http://www.miglayout.com is a layout manager that works equally good for Swing and SWT. A layout made in one framework will work equally good on the other.
Since Eclipse 3.0, the "org.eclipse.swt.awt":http://help.eclipse.org/help33/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/awt/package-summary.html...
» complete changeh2. AWT/Swing and SWT Co-existence
Since Eclipse 3.0, the "org.eclipse.swt.awt":http://help.eclipse.org/help33/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/awt/package-summary.html package has provided an SWT_AWT AWT_SWT 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":http://www.eclipse.org/articles/article.php?file=Article-Swing-SWT-Integration/index.html 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":http://www.eclipse.org/proposals/albireo/
"Known bugs for SWT_AWT":https://bugs.eclipse.org/bugs/buglist.cgi?quicksearch=swt_awt
h2. Swing on SWT
The "SwtSwing":http://swtswing.sourceforge.net ports SWT to Swing, effectively treating Swing as another GUI, just as win32, wpf, carbon etc are implemented by Eclipse itself. This also means that SWT applications can run on platforms where there isn't a native SWT binding.
The easiest way to play with SwtSwing is to use the "EoS":http://eos.sourceforge.net/ plugin. It switches the Eclipse IDE over to Swing, with a choice of look and feel - worth doing this if only for the "Napkin LaF":http://napkinlaf.sourceforge.net/
h2. SWT on Swing
The "SwingWT":http://swingwt.sourceforge.net does the opposite of SwtSwing, implementing Swing on SWT, using native peered widgets. The underlying SWT controls are exposed for direct access.
h2. Java2D and Draw2D/GEF
Two projects have bridges between Java 2D and "Eclipse GEF":http://www.eclipse.org/gef and "Draw2D":http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.draw2d.doc.isv/reference/api/org/eclipse/draw2d/package-summary.html
# "Holongate":http://www.holongate.org/
# "JFreeChart":http://www.jfree.org/jfreechart/ - look under experimental SWT in the source tree
h2. AWT/Swing and SWT Co-existence
Since Eclipse 3.0, the "org.eclipse.swt.awt":http://help.eclipse.org/help33/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/awt/package-summary.html package has provided an AWT_SWT 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":http://www.eclipse.org/articles/article.php?file=Article-Swing-SWT-Integration/index.html 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":http://www.eclipse.org/proposals/albireo/
h2. Swing on SWT
The "SwtSwing":http://swtswing.sourceforge.net ports SWT to Swing, effectively treating Swing as another GUI, just as win32, wpf, carbon etc are implemented by Eclipse itself. This also means that SWT applications can run on platforms where there isn't a native SWT binding.
The easiest way to play with SwtSwing is to use the "EoS":http://eos.sourceforge.net/ plugin. It switches the Eclipse IDE over to Swing, with a choice of look and feel - worth doing this if only for the "Napkin LaF":http://napkinlaf.sourceforge.net/
h2. SWT on Swing
The "SwingWT":http://swingwt.sourceforge.net does the opposite of SwtSwing, implementing Swing on SWT, using native peered widgets. The underlying SWT controls are exposed for direct access.
h2. Java2D and Draw2D/GEF
Two projects have bridges between Java 2D and "Eclipse GEF":http://www.eclipse.org/gef and "Draw2D":http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.draw2d.doc.isv/reference/api/org/eclipse/draw2d/package-summary.html
# "Holongate":http://www.holongate.org/
# "JFreeChart":http://www.jfree.org/jfreechart/ - look under experimental SWT in the source tree
h2. AWT/Swing and SWT Co-existence
Since Eclipse 3.0, the "org.eclipse.swt.awt":http://help.eclipse.org/help33/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/awt/package-summary.html...
» complete changeh2. AWT/Swing and SWT Co-existence
Since Eclipse 3.0, the "org.eclipse.swt.awt":http://help.eclipse.org/help33/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/awt/package-summary.html package has provided an AWT_SWT 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":http://www.eclipse.org/articles/article.php?file=Article-Swing-SWT-Integration/index.html 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":http://www.eclipse.org/proposals/albireo/
h2. Swing on SWT
The "SwtSwing":http://swtswing.sourceforge.net ports SWT to Swing, effectively treating Swing as another GUI, just as win32, wpf, carbon etc are implemented by Eclipse itself. This also means that SWT applications can run on platforms where there isn't a native SWT binding.
The easiest way to play with SwtSwing is to use the "EoS":http://eos.sourceforge.net/ plugin. It switches the Eclipse IDE over to Swing, with a choice of look and feel - worth doing this if only for the "Napkin LaF":http://napkinlaf.sourceforge.net/
h2. SWT on Swing
The "SwingWT":http://swingwt.sourceforge.net does the opposite of SwtSwing, implementing Swing on SWT, using native peered widgets. The underlying SWT controls are exposed for direct access.
h2. Java2D and Draw2D/GEF
Two projects have bridges between Java 2D and "Eclipse GEF":http://www.eclipse.org/gef and "Draw2D":http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.draw2d.doc.isv/reference/api/org/eclipse/draw2d/package-summary.html
# "Holongate":http://www.holongate.org/
# "JFreeChart":http://www.jfree.org/jfreechart/ - look under experimental SWT in the source tree
