|
-
Sep 1st, 2008, 11:59 PM
#1
Thread Starter
Hyperactive Member
Netbeans-Taskbar must be shown
Hi
I have maximized my form using
JFrame.setExtended(JFrame.getExtended()|Maximize_BOTH);
Its working OK. However If I uncheck the property of resizeable then the form is maximized as such that the taskbar is hidden by the size of the form.
I need my taskbar to be shown.
this also happens when I use this method
JFrame.setDefaultLookAndFeelDecorated(true);
Even if I use the resizeable property to be true.
I need to be my form to be decorated and NOT Resizeable and my taskbar must be shown
Thanks in Advance
-
Sep 2nd, 2008, 11:03 PM
#2
Thread Starter
Hyperactive Member
Re: Netbeans-Taskbar must be shown
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|