public void ausgabe(){ for (int x=0; x<weite; x++) { System.out.println(); for (int y=0; y<weite; y++) { System.out.print(zahlenfeld[x][y]+"\t"); } } }