X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FEye.java;fp=src%2FEye.java;h=5177333340ccaae5405fce6264d927319ef3aa16;hb=6187b5ec050a664484d54283fd2612bfaf34cea3;hp=822e6f83dd3fc7aabc5bcf5d864671c828c6f999;hpb=3fc1aed88123babd636df3a0de26a4a87e472497;p=Persons_Comparator.git diff --git a/src/Eye.java b/src/Eye.java index 822e6f8..5177333 100644 --- a/src/Eye.java +++ b/src/Eye.java @@ -7,6 +7,7 @@ public class Eye { private String[] colorsList = {"black", "blue", "brown", "green"}; Eye() { + //this.color = Color.white; sortColorList(); }