» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Recent Edits

AWT, Swing and Java2D Integration

April 10

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 change

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 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.

Undo this change because:
edit by mikaelgrev

AWT, Swing and Java2D Integration

October 9, 2007
“Added MigLayout”

h2. MigLayout a Layout Manager for both SWT and Swing

"MigLayout":http://www.miglayout.com is a layout manager that works ...

» complete change

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 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.

edit by jeyrb

AWT, Swing and Java2D Integration

October 7, 2007

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 change

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 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

edit by jeyrb

AWT, Swing and Java2D Integration

October 7, 2007

» complete change

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

created by jeyrb

AWT, Swing and Java2D Integration

October 7, 2007
The page was created.
AWT, Swing and Java2D Integration
Article

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 change

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

Undo this change because:
Username:
Password:
(or Cancel)