There is quite a lot of manual work needed to improve SWT/Swing integration when using SWT_AWT bridge. Albireo project was intended to fix this, but it's now archived. Is there any alternative? Or is it developed further unofficially?
Asked
Active
Viewed 347 times
2
-
You definitely have some reason, but I have to ask. Why do you want to integrate Swing and SWT? – Sorceror Jul 15 '11 at 12:15
-
I need to render some things related to our domain in an Eclipse RCP application. The rendering component is written in Swing (for a different application) and I can't rewrite it (it is far too big). – Alexey Romanov Jul 15 '11 at 13:28
-
After some google search I'm affraid you'll have to do it by SWT_AWT bridge.. – Sorceror Jul 18 '11 at 08:57