Hi there,
I have been fiddling with exclusive fullscreen and now all of a sudden setSize on a JFrame also takes decorations into account. What I am trying to say is that I believe that setSize is supposed to set the size of the content of the JFrame, and not the complete window.
Lets say I do a this.setSize(320,240); on a JFrame extended object, then the physical representation of the window ( the content, menubar etc.) is 320x240. I recall setSize setting size of the content in window.
Any hints on this one?