Hi, anyone can provide me the code for making a Java3D application full screen enabled without any border decorations? Because my code generates errors saying that this window is displayable which is not able to take away the decorations:
GraphicsEnvironment env = GraphicsEnvironment.getLocalGraphicsEnvironment(); GraphicsDevice devices = env.getDefaultScreenDevice(); devices.setFullScreenWindow(this); setDefaultLookAndFeelDecorated(false); setUndecorated(true);
Many thanks,
Andy
=========================================================================== 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".
