Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 1999 14:50:36 -0600
From:      Nate Williams <nate@mt.sri.com>
To:        Greg Lynn <dglynn@vaview5.vavu.vt.edu>
Cc:        java@freebsd.org
Subject:   Re: List problems using the appletviewer in JDK1.1.8
Message-ID:  <199908122050.OAA07322@mt.sri.com>
In-Reply-To: <Pine.BSF.3.96.990812162507.7356A-100000@vaview5.vavu.vt.edu>
References:  <Pine.BSF.3.96.990812162507.7356A-100000@vaview5.vavu.vt.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
[ Moved to freebsd-java ]

> I have found (this may be an old bug) that the following
> code:
> 
> // Fill List
> for( fill list up with 1000 strings )
> 	list.add(string);
> 
> // Then delete all entries from List
> list.setVisible(false);
> list.removeAll();
> list.setVisible(true);
> 
> causes the redraw on the List to still happen even though setVisible()
> is set.  If I use the appletviewer that's in jdk1.1.6 it will
> work great but it seems to redraw using the viewer in 1.1.8.
> Any suggestions?  I use Lists *extensively* within my applets :-|

Have you tried this on Solaris or any other OS to see if this is a
generic JDK1.1.8 bug?  Did you check on the JDC?


Nate


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908122050.OAA07322>