Return back JFrame.MAXIMIZED_BOTH

This commit is contained in:
magenoxx 2010-12-21 22:34:05 +03:00
parent 4139844732
commit 642512f157

View file

@ -132,7 +132,7 @@ public class MageFrame extends javax.swing.JFrame {
initComponents();
setSize(1024,768);
//this.setExtendedState(JFrame.MAXIMIZED_BOTH);
this.setExtendedState(JFrame.MAXIMIZED_BOTH);
session = new Session(this);
connectDialog = new ConnectDialog();