Why Eclipse plugin code is not able to invoke a swingworking thread from an external java swing application?

It is not easy to mix SWT and AWT/Swing UI in the same process. They require different event loops. Your code is freezing because Awt/Swing event loop is not running in the Eclipse process.

You can either re-write your UI in SWT or research SWT-AWT bridge. The bridge "works", but has numerous glitches. It is really only appropriate for situation where there is an enormous amount of AWT/Swing and a temporary solution is necessary while the UI is ported to SWT.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions