Example #1
0
 public void refresh(EstimatedCell[][] fm, int x, int y) {
   map.rob_x = x;
   map.rob_y = y;
   map.setPheroMap(fm);
   map.repaint();
 }