Make the main window a singleton to permit to query it from other views and update...
[Persons_Comparator.git] / src / Eye.java
index 822e6f83dd3fc7aabc5bcf5d864671c828c6f999..5177333340ccaae5405fce6264d927319ef3aa16 100644 (file)
@@ -7,6 +7,7 @@ public class Eye {
     private String[] colorsList = {"black", "blue", "brown", "green"};
 
     Eye() {
+        //this.color = Color.white;
         sortColorList();
     }