Larger default window size
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@280 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
3fb3b387c8
commit
10cd2cb902
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ public class View extends JFrame implements IView {
|
|||
super("JRummikub");
|
||||
setLayout(null);
|
||||
|
||||
setSize(800, 600);
|
||||
setSize(1000, 700);
|
||||
setDefaultCloseOperation(EXIT_ON_CLOSE);
|
||||
|
||||
layeredPane = new JLayeredPane();
|
||||
|
|
Reference in a new issue