org/homelinux/largo/games/board/checkersboard/CheckersBoard.java
changeset 14 f12f77aa13b2
parent 13 f83884cc7d2f
child 15 d4b2b9a87d80
equal deleted inserted replaced
13:f83884cc7d2f 14:f12f77aa13b2
    11 import org.homelinux.largo.games.board.History;
    11 import org.homelinux.largo.games.board.History;
    12 import org.homelinux.largo.games.board.Piece;
    12 import org.homelinux.largo.games.board.Piece;
    13 import org.homelinux.largo.utils.ImgComponent;
    13 import org.homelinux.largo.utils.ImgComponent;
    14 
    14 
    15 public class CheckersBoard extends Board {
    15 public class CheckersBoard extends Board {
    16     static final long serialVersionUID = 250408;
    16     static final long serialVersionUID = 1L;
    17 
    17 
    18     static final int PIECE = 1;
    18     static final int PIECE = 1;
    19     static final int QUEEN = 2;
    19     static final int QUEEN = 2;
    20 
    20 
    21     final Piece white_super_sun = new Piece(new ImgComponent("images/white_super_sun.png").getImage(), "white", QUEEN,
    21     final Piece white_super_sun = new Piece(new ImgComponent("images/white_super_sun.png").getImage(), "white", QUEEN,