> -----Original Message----- > From: Kelvin Chung [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 19. September 2002 20:04 > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] Fullscreen Mode - Help needed > > > Hi Peter, > > For DirectX version of Java3D the following property is > neccessary to set in order to work with JDK1.4 fullscreen API: > > -Dsun.java2d.noddraw=true >
that's it ! Thanks should be in the FAQ somewhere ... > - Kelvin > ------------- > Java 3D Team > Sun Microsystems Inc. > > Andy wrote: > > You should be using GraphicsEnvironment object to > .getDefaultScreenDevice() > > where you right, but then you should use this device to > > .setFullScreenWindow(frame) where you are right also. I > tried exactly the > > same thing as you did, so here is my code to show you how > did I get the > > GraphicsConfiguration object: ... =========================================================================== 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".
