03-13-2011, 05:22 PM
(03-13-2011, 05:02 PM)Aredo Wrote: Do we really need full screen rendering? Or basically we just need to match the size of rendered image and desktop size? Wouldn't it be more simple to hide menu and minimize window borders or even move the upper part of emulator's window out of the desktop?
That was actually my first idea, since full screen exclusive mode is something that requires strict conditions to be deployed. However, I noticed that Java seems to do more than just resizing the window for exclusive full screen mode. When attempting to manually resizing the application to match the desktop's size, the aspect ratio is completly broken.
The exclusive full screen mode is capable of applying a post rendering rescaling to the whole JFrame, which is quite a nice perk, but it also requires all those conditions, so we really have to chose carefully here.
