Hey all,
I'm delving into the
Java 1.4 Full-Screen Exclusive Mode API because, well, because it's there! Anyhow, I have an app in which the user can switch between a normal, little JFrame and a bigger, undecorated JFrame in fullscreen mode. I do also set the display mode (in this case, to 800x600). My problem is that after all that happens, the fame seems to think that it should be much wider than the screen size iteself. So the elements in the frame disappear way off to the right. I've tried setting the frame to different dimensions, some absurdly tiny. I've also tried not setting the frame size at all. Same results always. Are there things I need to keep in mind with window sizing & such when switching to fullscreen mode?
Thanks in advance!