From 05107f6035e93d8fe37de0b6beb627b11a05b87b Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Sun, 29 May 2011 18:42:36 +0200 Subject: Rauskommen ist in der View zu sehen, genauso wie Farben git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@299 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/view/IScorePanel.java | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/jrummikub/view/IScorePanel.java') diff --git a/src/jrummikub/view/IScorePanel.java b/src/jrummikub/view/IScorePanel.java index be0b912..22e27fe 100644 --- a/src/jrummikub/view/IScorePanel.java +++ b/src/jrummikub/view/IScorePanel.java @@ -10,24 +10,27 @@ public interface IScorePanel { /** * Sets the scores of the played rounds * - * @param scores the round scores + * @param scores + * the round scores */ public void setScores(Iterable scores); - + /** * Sets the accumulated scores to display * - * @param accumulatedScore the accumulated score + * @param accumulatedScore + * the accumulated score */ public void setAccumulatedScore(Score accumulatedScore); - + /** * Sets the player list to display * - * @param players the player list + * @param players + * the player list */ void setPlayers(Iterable players); - + /** * Updates the score display */ -- cgit v1.2.3