>Delivered-To: [EMAIL PROTECTED]
>User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.3-12 i686; en-US; rv:0.9) Gecko/20010505
>X-Accept-Language: en
>MIME-Version: 1.0
>Date: Tue, 16 Oct 2001 16:21:16 -0400
>From: John Nelson <[EMAIL PROTECTED]>
>Subject: Re: [JAVA3D] Still having problems with applets...
>Comments: To: Kelvin Chung <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>

The code is correct, it is just some MT safe bug
in v1.2.1 that cause the problem,

try adding the following in destory()

u.getViewer().getView().stopView()
u.getViewer().getView().removeCanvas3D(canvas3d)
u.getViewer().setViewingPlatform(null);
u.removeAllLocales();

to see if it helps.

- Kelvin
-------------
Java 3D Team
Sun Microsystems Inc.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to