Re: Setting proper window size with NEWT
Posted by
zeeawk on
Aug 11, 2012; 5:28pm
URL: https://forum.jogamp.org/Setting-proper-window-size-with-NEWT-tp4025780p4025784.html
Pixelapp wrote
I think this is what you need:
.setUndecorated(false);
.setFullscreen(true);
This maxes out the window without hiding the task bar. In Microsoft Windows at least.
That makes the window full screen and hides the task bar. So unfortunately that doesn't
work.