Remove return value of Table.pickUpStone()
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@229 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
fa00c661d5
commit
85b5470c05
7 changed files with 20 additions and 21 deletions
|
@ -18,7 +18,7 @@ import jrummikub.util.IEvent;
|
|||
* A panel that is displayed when a player has won
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class WinPanel extends JPanel {
|
||||
class WinPanel extends JPanel {
|
||||
private final static int PANEL_INSET = 15;
|
||||
private final static int PANEL_SEPARATOR = 10;
|
||||
private final static float PANEL_FIRST_LINE_HEIGHT = 0.375f;
|
||||
|
|
Reference in a new issue