I’m running windows - can people confirm that simply setting Undecorated to true on a Frame/JFrame does what it says on the tin on a Mac and Linux environment?
If I create a JFrame of size 800x600 and set it to undecorated, do I simply get an 800x600 frame with no window decoration?
Or would I get a blank area where decoration ‘should’ be?
I can’t test this to see what it looks like.
I noticed a decorated 800x600 frame in windows is partially obscured by the window title bar.
Much appreciated.