[jboss-as7-dev] birth of "console ui" in eclipse
Rob Cernich
rcernich at redhat.com
Fri Feb 10 14:27:15 EST 2012
> BTW, is it impossible to run Swing code from inside Eclipse?
I believe it's possible, but I don't think it's very pretty. The biggest problem is that the underlying windowing systems are very different between the two: SWT rides the OS, while Swing provides its own. All SWT controls are either native controls or built using native controls.
That said, I've never attempted this, never researched and never seen it done. (I don't get out much though. ;) )
More information about the jboss-as7-dev
mailing list