forked from External/mage
Return back JFrame.MAXIMIZED_BOTH
This commit is contained in:
parent
4139844732
commit
642512f157
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue