hi all, im getting this exception when run my program as applet, it saids
something about setCapabilities the line is:
PickTool.setCapabilities(shape,PickTool.INTERSECT_FULL);
the most weird stuff is that everything runs fine as application.
Does anyone have an idea ???
javax.media.j3d.RestrictedAccessException: Cannot modify capability bits on
a live or compiled object
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.RuntimeException.<init>(Compiled Code)
at
javax.media.j3d.RestrictedAccessException.<init>(RestrictedAccessException.java:34)
at javax.media.j3d.SceneGraphObject.setCapability(Compiled Code)
at com.sun.j3d.utils.picking.PickTool.setCapabilities(Compiled Code)
at com.sun.j3d.utils.picking.PickTool.setCapabilities(Compiled Code)
at mx.udlap.ict.uva.browser.UVATree.paintChildren(Compiled Code)
at mx.udlap.ict.uva.browser.UVATree.createSceneGraph(Compiled Code)
at mx.udlap.ict.uva.browser.UVATree.reset(UVATree.java:494)
at mx.udlap.ict.uva.browser.UVATree.<init>(UVATree.java:636)
at mx.udlap.ict.uva.browser.UVABrowser.initComponents(UVABrowser.java:415)
at mx.udlap.ict.uva.browser.UVABrowser.<init>(UVABrowser.java:164)
at mx.udlap.ict.uva.launch.UVA.start(Compiled Code)
at sun.applet.AppletPanel.run(Compiled Code)
at sun.plugin.navig.motif.MotifAppletViewer.maf_run(Compiled Code)
at sun.plugin.navig.motif.MotifAppletViewer.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
===========================================================================
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".