All,
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() );
Rgds
Paul
----------------------------------------------------------
Paul Byrne Email : [EMAIL PROTECTED]
Sun Microsystems Phone : (650) 786 9926
Visualization Software Group Fax : (650) 786 5852
----------------------------------------------------------
===========================================================================
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".