public class Tablero { int[][] tablero; public Tablero() { // TODO Auto-generated constructor stub } }