Dear All
First I want to thank you your help on the dual screen problem. Thank you.

Now there is another problem. The JFrame with a java3d panel flickers or
repaints when I do other things in windows, for example write a letter in
Outlook or move a list up and down like the list of classes in JCreator.

Does anyone know how I stop this I guess unneccessary repainting of the
contents in the Java frame?

I use double buffering (at lease I get true when asking.
I create the canvas by asking for the best configuration on the device where
I want the JFrame.
   GraphicsConfigTemplate3D gct3d =  new GraphicsConfigTemplate3D();
   m_3dGraphicsConfiguration = m_GraphicsDevice.getBestConfiguration(gct3d);

Config: Win2000, directx8.1, Java1.4, J3d1.3b1diretx, dual Nvidiacards with
updated drivers.

Thank you
Gustaf Duell

===========================================================================
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".

Reply via email to