From owner-freebsd-java Thu Aug 12 13:51:19 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id A6BDF15040 for ; Thu, 12 Aug 1999 13:51:14 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA19531; Thu, 12 Aug 1999 14:50:37 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA07322; Thu, 12 Aug 1999 14:50:36 -0600 Date: Thu, 12 Aug 1999 14:50:36 -0600 Message-Id: <199908122050.OAA07322@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Greg Lynn Cc: java@freebsd.org Subject: Re: List problems using the appletviewer in JDK1.1.8 In-Reply-To: References: X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ 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