Skip to content
Snippets Groups Projects
Commit 520107c1 authored by SAIDI Hatim's avatar SAIDI Hatim
Browse files

test

parent eb7e0be9
Branches
No related tags found
No related merge requests found
package util;
import model.Cell;
import model.ColorGenerator;
import java.awt.*;
......@@ -14,4 +15,7 @@ public class CyclicColorGenerator implements ColorGenerator {
this.colors = colors;
}
public Color nextColor(Cell cell){
return colors.get(0);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment