I have to make a small boardgame in java and have an issue with my field.
public class Field { private Cell[][] cellField = new Cell[5][5]; public Field() {