Hi!
I just did a few tests with java2d for my game project. I want to have a screen-resolution of 320x200 pixels, so I changed the displaymode accordingly. Now Java won’t open a Full-Screen window but also no exception is thrown. It works fine when I use 640x480 or any other resolutions. I also checked if the screen mode is supported on my card by iterating through the resulting array of GraphicsDevice.getDisplayModes(), and the 320x200 mode is listed here.
Here is my code:
Any Idea what might be wrong? Thanks!
stormy