From 050ae5f2247ef073ad92b5ad084a4e3816f35da9 Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Mon, 9 May 2011 20:54:17 +0200 Subject: =?UTF-8?q?Angefangener=20Test=20f=C3=BCr=20Hand-Steine-verschwind?= =?UTF-8?q?en-fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@194 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/view/IHandPanel.java | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'src/jrummikub/view/IHandPanel.java') diff --git a/src/jrummikub/view/IHandPanel.java b/src/jrummikub/view/IHandPanel.java index a58edab..3436062 100644 --- a/src/jrummikub/view/IHandPanel.java +++ b/src/jrummikub/view/IHandPanel.java @@ -8,11 +8,15 @@ import jrummikub.util.Pair; * The view for a player's hand that displays his stones */ public interface IHandPanel extends IStonePanel, IClickable { - /** - * Set the player's stones to display on the board - * - * @param stones - * the stones - */ - public void setStones(Iterable> stones); + /** + * Set the player's stones to display on the board + * + * @param stones + * the stones + */ + public void setStones(Iterable> stones); + + public void setHandWidth(int width); + + public void setHandHeight(int height); } -- cgit v1.2.3