Re: How to open frame in maximized state
Wade Chandler <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
My guess on your code not working is that you are trying to set it in a module as soon as you get the reference to the Frame. Add an event handler and maximize the window after it is opened. Also, general support questions should not be sent to this list. Please use [email protected] for Platform user help, and use nbusers for general IDE help. Wade --- "sivaprasad.nadukuru" <[email protected]> wrote: > > Hi, > http://www.nabble.com/file/5712/Screenshot.png > If i run my application its opening in minimized > state.I want to open frame > in maximized state.Please help me in this,for > getting frame i am using > (JFrame) WindowManager.getDefault().getMainWindow() > but i am not able to set > maximized state. > > Regards > Siva Prasad > -- > View this message in context: > http://www.nabble.com/How-to-open-frame-in-maximized-state-tf3038535.html#a8444837 > Sent from the Netbeans - UI mailing list archive at > Nabble.com. >