Example #1
0
 public Overlord(String fileName) throws IOException {
   this();
   io = new IO(this);
   io.getInfoFromFile(fileName);
   cd = new ChessDisplay(this);
   getManip();
 }