forked from External/mage
Fixed Issue#37: graveyard dialog not displayed when multi games played
This commit is contained in:
parent
c1d88c7830
commit
36cb5f95b9
6 changed files with 47 additions and 26 deletions
|
|
@ -190,10 +190,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
initComponents();
|
||||
setSize(1024, 768);
|
||||
SettingsManager.getInstance().setScreenWidthAndHeight(1024, 768);
|
||||
DialogManager.getManager().setScreenWidth(1024);
|
||||
DialogManager.getManager().setScreenHeight(768);
|
||||
DialogManager.getManager().setBounds(0, 0, 1024, 768);
|
||||
DialogManager.getManager().setVisible(false);
|
||||
DialogManager.updateParams(768, 1024, false);
|
||||
this.setExtendedState(JFrame.MAXIMIZED_BOTH);
|
||||
|
||||
session = new SessionImpl(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue