Ejemplo n.º 1
0
 public Invasion(LatticeFrame latticeFrame) {
   lattice = latticeFrame;
   lattice.setIndexedColor(0, Color.blue);
   lattice.setIndexedColor(1, Color.black);
 }