Re: How to open frame in maximized state
crackerfz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
well i put : this.setExtendedState(MAXIMIZED_BOTH);
the code will look like this:
initComponents();
pack();
this.setExtendedState(MAXIMIZED_BOTH);
--
View this message in context: http://www.nabble.com/How-to-open-frame-in-maximized-state-tf3038535.html#a8960241
Sent from the Netbeans - UI mailing list archive at Nabble.com.