summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/view/ITablePanel.java
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-05-26 16:02:33 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-05-26 16:02:33 +0200
commit3d74d1197419cde195be31de2b2d798abb171291 (patch)
tree55ebc64efe3dd14632cfc178f3a3cfa039bf6d07 /src/jrummikub/view/ITablePanel.java
parentcff3180460c8f0bfcb0cacac9f49f58d47bd19b1 (diff)
downloadJRummikub-3d74d1197419cde195be31de2b2d798abb171291.tar
JRummikub-3d74d1197419cde195be31de2b2d798abb171291.zip
Remove player labels at the table edges
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@283 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'src/jrummikub/view/ITablePanel.java')
-rw-r--r--src/jrummikub/view/ITablePanel.java24
1 files changed, 0 insertions, 24 deletions
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
@@ -10,30 +10,6 @@ import jrummikub.util.Pair;
*/
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
*
* @param stoneSets