Results 1 to 2 of 2

Thread: Netbeans-Taskbar must be shown

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    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

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Posts
    275

    Re: Netbeans-Taskbar must be shown

    Hello??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width