Re: [JAVA3D] flashing in GUI

2002-02-01 Thread Josh Richmond
Hi Lisa, I have the same problem, though my canvases also flash. Happens mostly when I move JDialog's over the canvases. I haven't had a chance to investigate possible causes or solutions. josh >>> Lisa Strader <[EMAIL PROTECTED]> 01/31/02 06:03PM >>> If this has been answered in this forum b

Re: [JAVA3D] flashing in GUI

2002-02-01 Thread Lisa Strader
Unfortunately it is also intermittent. I wonder if it has something to do with my picking behaviors. The scene in one of my Canvas3Ds has pickable objects which, when picked, cause the scene in the second Canvas3D to get updated (I remove a branchgroup and load a new one). I do use a separat

[JAVA3D] flashing in GUI

2002-01-31 Thread Lisa Strader
If this has been answered in this forum before, please direct me to the old archive (which I have searched). I have a GUI which mixes Canvas3D objects and swing objects. I have overcome most of the issues with mixing the heavyweight and lightweight components, but still have one problem. Some u