I have an application that runs in fullscreen mode and has been working fine. Now I need to add a simple, undecorated dialog and I\'m running into trouble. If I run the ap
Do you really want to be in full-screen mode for this app? That's more of a gaming feature - to get more direct access to the frame-buffer, I always thought. Have you read this tutorial:
http://java.sun.com/docs/books/tutorial/extra/fullscreen/index.html
Really seems to me not to be the best choice for a Swing app with child windows.