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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.