View: Refactor bottom panel display
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@354 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
03b3bf2340
commit
bc04d21afb
10 changed files with 122 additions and 186 deletions
|
@ -18,6 +18,7 @@ import jrummikub.util.IListener;
|
|||
import jrummikub.util.IListener1;
|
||||
import jrummikub.util.IListener2;
|
||||
import jrummikub.util.Pair;
|
||||
import jrummikub.view.IView.BottomPanelType;
|
||||
|
||||
/**
|
||||
* Controller for a single turn made by a human player
|
||||
|
@ -87,7 +88,7 @@ public class HumanTurnControl extends AbstractTurnControl {
|
|||
|
||||
view.getHandPanel().setStones(hand.clone());
|
||||
view.getHandPanel().resetCurrentRow();
|
||||
view.enableStartTurnPanel(false);
|
||||
view.setBottomPanel(BottomPanelType.HUMAN_HAND_PANEL);
|
||||
|
||||
timer.startTimer();
|
||||
}
|
||||
|
|
Reference in a new issue