JDK6 certainly does support full-screen mode. (if you looked at GraphicsDevice.java - it's a base class with platform-specific subclasses which allow changing DisplayMode)
Note that you can only change the display mode when you're in full-screen mode, so you need to do GraphicsDevice.setFullScreenWindow() first (after making proper checks). Thanks, Dmitri Java2D Team [Message sent by forum member 'trembovetski' (trembovetski)] http://forums.java.net/jive/thread.jspa?messageID=245247 =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".