Re: [JAVA3D] Canvas redrawing sometimes fails

2003-01-14 Thread Hans Horn
Chris, adding a MouseListener to your Canvas3D may fix your problem : canvas3d.addMouseListener(new MouseAdapter() { public void mouseEntered (MouseEvent e) { Toolkit.getDefaultToolkit().sync(); // fixes disappearing scene under Java3D13/JDK141 on mouse enter } }); Also, if your

[JAVA3D] Canvas redrawing sometimes fails

2003-01-14 Thread ABAK Systèmes
Hello, I have noticed the following problem (Platform: Windows 2000 SP2, JDK 1.3.1 or 1.4, Java3D 1.3 and later): When the frame is redraw (after a resize or an expose to front), the regions to refresh are painted with the frame background color as soon as I move the mouse. I have to leave and en