Exemplo n.º 1
0
 public void getManip() throws IOException {
   boolean exit = false;
   while (!exit) {
     run();
     this.io = new IO(this);
     io.getInfoFromString(cd.displayMoves());
   }
 }