The Source for Java Technology Collaboration
User: Password:



Start New Message Delete Post a Reply

Article: 
 Smooth Moves
Subject:  Set full screen window
Date:  2008-05-20 15:44:17
From:  gax


If you are designing a full-screen application, then you might try enabling the full screen window mode with GraphicsDevice.setFullScreeWindow(Window).

I have a kiosk application with a full-screen fade animation that was barely getting 8 frames per second on an animation. With the above code, I get 65-66 frames per second!

 Feed java.net RSS Feeds