This is a discussion on JBuilder plugin -> Eclipse plugin - Java ; Hello, I have a JBuilder plugin written in Swing (Open Tools) and I want to use it in Eclipse. I read archive and I'm a bit confused... Some people say you can use swing, awt, etc in Eclipse plugins and ...
Hello,
I have a JBuilder plugin written in Swing (Open Tools) and I want to
use it in Eclipse. I read archive and I'm a bit confused...
Some people say you can use swing, awt, etc in Eclipse plugins
and others that Swing widgets are not supported in an SWT GUI.
What would I have to do to transfer the JBuilder plugin to Eclipse:
1. Rewrite everything in SWT?
2. Use (unofficial) adapter (how does it work)?
3. ...
Thanks,
Model