for (int i=0; i<6; i++){ ... for (int j=0; j<6; j++) ... System.out.print("[" + feld[i][j] + "]\t"); System.out.print("\n");}