I think you need to print chessmen in new line after the inner for loop is finished each time. So one solution might be

...
default:
break;
}
}
System.out.println(" "); // to change to a new...