public class Algorithmus { public static final int MAX_ZAHLENLENGTH = 21; //half of the truth... //.. for (int y=0; y<weite; y++) { String zahl = Integer.toString( zahlenfeld[ x ][ y ] ); System.out.print(zahlenfeld[x][y]); for( int xyz = 0; xyz < MAX_ZAHLLENGTH - zahl.length(); xyz++ ) { System.out.print( " " ); } }}