Thank you, Paul!
At 22:15 29.08.00 , you wrote:
>Here is some example code which will open a full screen borderless window.
>
>javax.swing.JWindow window = new javax.swing.JWindow();
>Canvas3D canvas3D = new Canvas3D(
>SimpleUniverse.getPreferredConfiguration() );
>window.getContentPane().add( java.awt.BorderLayout.CENTER, canvas3D );
>window.setSize( java.awt.Toolkit.getDefaultToolkit().getScreenSize() );
I failed to find this loophole in Swing.
Forgot that JWindows could be first-class heavy components.
Now maybe we can do some performance tests.
-Carl-
===========================================================================
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".