Implement score panel

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@298 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-05-29 15:50:30 +02:00
parent eea456991c
commit 9cf3dc09ae
8 changed files with 270 additions and 14 deletions

View file

@ -6,8 +6,8 @@ import java.util.List;
* Score of a single round
*/
public class Score {
List<Boolean> winners;
List<Integer> points;
private List<Boolean> winners;
private List<Integer> points;
/**
* Create a new round score