The Canvas3D is recreated when you refresh the Applet, but it is behind
(Z-order) the various windows the plugin creates:

** IE Windows **
BEANSCONTROLWINDOW
 Frame
  Canvas
   Canvas
    Canvas
     Canvas (the Canvas3D)


Does anyone know how I can change the Z-order of the HWND that Java3D is
using for the heavyweight Canvas it uses for display? Is there something I
am doing to break the Z-order during destruction?

I have occasionally noticed the following exception during refresh and
shutdown:

java.lang.InterruptedException: operation interrupted
java.lang.InterruptedException: operation interrupted
java.lang.NullPointerException
java.lang.InterruptedException: operation interrupted
        at javax.media.j3d.SoundScheduler.findActiveSoundscapes(Compiled Code)
java.lang.InterruptedException: operation interrupted
        at javax.media.j3d.SoundScheduler.run(Compiled Code)
java.lang.InterruptedException: operation interrupted

Tornado Labs Ltd.

Email:   [EMAIL PROTECTED]
Web:     www.tornadolabs.com
Phone:   +44 (0131) 343 2513
Fax:     +44 07070 800 483

Daniel Selman.vcf

Reply via email to