2425262728293031323334
int[] by = new int[] {9,9,9,9,9,9,9,9,9,7,7,6,6,6,6,6}; public ChineseChess(){ new GameView(this); img = new ImageSource(); r = new RedChess[16]; b = new BlackChess[16]; System.out.printf("%10s\t\t%s\t%s\t%s\n","name","ID","座標X","座標Y");