Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Fullscreen window below taskbar

893376Oct 9 2011 — edited Oct 23 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 20 2011
Added on Oct 9 2011
10 comments
1,373 views