From 3d74d1197419cde195be31de2b2d798abb171291 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 26 May 2011 16:02:33 +0200 Subject: Remove player labels at the table edges git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@283 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/view/ITablePanel.java | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/jrummikub/view/ITablePanel.java') diff --git a/src/jrummikub/view/ITablePanel.java b/src/jrummikub/view/ITablePanel.java index d146ca3..5f07369 100644 --- a/src/jrummikub/view/ITablePanel.java +++ b/src/jrummikub/view/ITablePanel.java @@ -9,30 +9,6 @@ import jrummikub.util.Pair; * The view of the table, where the stone sets lie */ public interface ITablePanel extends IStonePanel, IClickable { - /** - * Sets the player name on the left label - * - * @param playerName - * the name to set - */ - public void setLeftPlayerName(String playerName); - - /** - * Sets the player name on the top label - * - * @param playerName - * the name to set - */ - public void setTopPlayerName(String playerName); - - /** - * Sets the player name on the right label - * - * @param playerName - * the name to set - */ - public void setRightPlayerName(String playerName); - /** * Sets the stone sets lying on the table * -- cgit v1.2.3