Login  Register

Re: ImageJ development involvement/contributions

Posted by Raymond Martin-2 on Dec 03, 2009; 3:29pm
URL: http://imagej.273.s1.nabble.com/ImageJ-development-involvement-contributions-tp3690030p3690092.html

Hi Johannes,

> > From what you have written, I will be sure to make my code backwards
> > compatible with AWT plugins, as well as providing an upgraded Swing UI
> > and facility for newer Swing plugins. It is quite doable in my opinion.
>
> There is a real problem in that ImagePlus' getCanvas() returns an instance
> of ImageCanvas, which extends an AWT canvas.  And this is just the
> beginning of the dependency on AWT.

Yes, I encountered this during my preliminary hacking of ImageJ. In the end,
it is no problem at all. My version compiles, runs and opens images correctly
using Swing replacements despite ImageCanvas still inheriting from an AWT
Canvas.

They coexist happily at this point. Still need to check into plugins to see if
I have broken them in the process. It's a start.

I am also looking into ImageJX to see what the possibilities are.

Cheers,

Raymond