Don't show a 1x1 sized board on startup
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@221 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
978d618cc8
commit
f9b11da63b
1 changed files with 1 additions and 1 deletions
|
@ -59,10 +59,10 @@ public class View extends JFrame implements IView {
|
|||
playerPanel = new PlayerPanel();
|
||||
playerPanel.setBorder(new MatteBorder(PLAYER_PANEL_BORDER_WIDTH, 0, 0,
|
||||
0, Color.BLACK));
|
||||
playerPanel.setVisible(false);
|
||||
add(playerPanel);
|
||||
|
||||
startTurnPanel = new StartTurnPanel();
|
||||
startTurnPanel.setVisible(false);
|
||||
add(startTurnPanel);
|
||||
|
||||
winPanel = new WinPanel();
|
||||
|
|
Reference in a new issue