Re: [JAVA3D] scenegraph refresh

2002-10-21 Thread Justin Couch
ajaxinc wrote: Hi, Some times, it so happens that after making some change in the scenegraph, the change is not rendered on the canvas. What is happening. What needs to be done. There's a strange JDK bug with the interaction between swing and components that use native code for rendering. Th

[JAVA3D] scenegraph refresh

2002-10-19 Thread ajaxinc
Hi,    Some times, it so happens that after making some change in the scenegraph, the change is not rendered on the canvas. What is happening. What needs to be done.   Ajax.