@Override
 public void initialize(URL location, ResourceBundle resources) {
   fileGrid.setCellFactory(cell -> new FileGridCell());
 }