mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 07:17:13 -04:00
increased initial window size
This commit is contained in:
parent
dc822b1fd8
commit
6c99f9742e
@ -167,7 +167,7 @@ public class Main extends JFrame implements ClosingWindowListener.ConfirmSave, E
|
|||||||
setJMenuBar(menuBar);
|
setJMenuBar(menuBar);
|
||||||
InfoDialog.getInstance().addToFrame(this, MESSAGE);
|
InfoDialog.getInstance().addToFrame(this, MESSAGE);
|
||||||
|
|
||||||
setPreferredSize(new Dimension(800, 600));
|
setPreferredSize(new Dimension(1024, 768));
|
||||||
pack();
|
pack();
|
||||||
setLocationRelativeTo(parent);
|
setLocationRelativeTo(parent);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user