On Mon, 2005-10-03 at 16:12 +0200, Andreas Tobler wrote:
> Hi Tom,
>
> hopefully you can enlight a java newbie :)
>
> In javax/imageio/ImageReader.java you change the following for example
>
> protected List progressListeners = new ArrayList();
>
> to
>
> protected List progressListeners = nul
Hi Tom,
hopefully you can enlight a java newbie :)
In javax/imageio/ImageReader.java you change the following for example
protected List progressListeners = new ArrayList();
to
protected List progressListeners = null;
The java doc says:
progressListeners:
A List of currently registered IIO
On Sun, 2005-10-02 at 13:25 +0200, Mark Wielaard wrote:
> Hi Tom,
>
> On Sun, 2005-10-02 at 01:30 -0400, Thomas Fitzsimmons wrote:
> > This patch brings the javax.imageio package up to 1.5-level API
> > coverage. I also completed the documentation for all but two classes,
> > ImageReadParam and I
Hi Tom,
On Sun, 2005-10-02 at 01:30 -0400, Thomas Fitzsimmons wrote:
> This patch brings the javax.imageio package up to 1.5-level API
> coverage. I also completed the documentation for all but two classes,
> ImageReadParam and ImageWriteParam.
Woot! Code plus documentation.
One little nitpick.
Hi,
This patch brings the javax.imageio package up to 1.5-level API
coverage. I also completed the documentation for all but two classes,
ImageReadParam and ImageWriteParam. I may document them if I write
javax.imageio.plugins.jpeg or javax.imageio.plugins.bmp but I'm hoping
that someone else be