Brian Pedersen <[EMAIL PROTECTED]> writes:

> [1  <text/plain; US-ASCII (7bit)>]
> I have a problem with removing/replacing items in both jdk1.1.6-v2-libc
> and jdk1.1.6-v2-glibc. The items remains in the list when removed, and
> replacing an item results in an extra item in the list. The weird thing is
> that selecting these bogus items results in an ArrayOutOfBoundsException.
 
delItem(0) doen't work with v2. It removes the the element 0 from
the underlying vector but doesn't remove its visual representation.

This will be fixed in the next release.

        Jürgen

-- 
Juergen Kreileder, Universitaet Dortmund, Lehrstuhl Informatik V
Baroper Strasse 301, D-44221 Dortmund, Germany
Phone: ++49 231/755-5806, Fax: ++49 231/755-5802

Reply via email to