示例#1
0
  public void makeCellAlive(int i, int j) {

    controller.makeCellAlive(i, j);
  }