@ -15,6 +15,7 @@ public class Cell {
private int row;
// 列
private int col;
//图片
private BufferedImage image;
public Cell() {