Hullo, me again.
When I set my JFrame to fullscreen the taskbar is still above it. (Using ubuntu)
The only stuff I can find on it is this bug report: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6500686
It says the work around is to remove:
setResizable(false);
But I never had that line.... I've even tried a separate line to enable resize but it does nothing....
Any idea what I can do?
thanks
Edit: The way I'm doing the full screening is pretty much the same as the guy in the bug report, except I'm not doing the whole screen manager thingy. (Just getting the devices and doing
myDevice.setFullScreenWindow(myFrame);
Works completely as it should except for that darn taskbar...
Edited by: 890373 on 09-Oct-2011 16:51