Re: ImageJ as Eclipse plugin
Posted by dscho on Jul 12, 2006; 7:19pm
URL: http://imagej.273.s1.nabble.com/ImageJ-as-Eclipse-plugin-tp3702139p3702144.html
Hi,
On Wed, 12 Jul 2006, marcelll wrote:
> i would be interested in the problems which occur in trying that.
[... to integrate ImageJ in a Swing application]
Our problems were that we could easily add(canvas); to a JFrame, where
canvas is an ij.gui.ImageCanvas, but it would flicker the correct image
for how long it takes to blink an eye, and then paint the background over
it. We did not have time to investigate the problem in depth, but decided
it must be something like threaded Swing vs. unthreadable AWT issue.
Hth,
Dscho