예제 #1
0
 public void setEmpty(int index) {
   setPiece(index, 'x');
 }
예제 #2
0
 public void addWhite(int index) {
   setPiece(index, 'W');
 }