LoginControl ist fertig und getestet
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@398 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
8e24819d86
commit
ec53437da1
3 changed files with 33 additions and 8 deletions
|
@ -144,6 +144,7 @@ public class View extends JFrame implements IView {
|
|||
public void clearView() {
|
||||
showScorePanel(false);
|
||||
showSettingsPanel(false);
|
||||
showLoginPanel(false);
|
||||
getHandPanel().setStones(
|
||||
Collections.<Pair<Stone, Position>> emptyList());
|
||||
getTablePanel().setStoneSets(
|
||||
|
|
Reference in a new issue