Start the implementation of inputs gathering and the comparator code (still buggy...
[Persons_Comparator.git] / src / EyeView.java
index 8e7569855b31e566dfb38ddf02ddc0e3e9667758..2f892e4b99e47239078137243c3554caaa181363 100644 (file)
@@ -34,4 +34,8 @@ public class EyeView extends JPanel {
     public void setEyeObj(Eye eyeObj) {
         this.eyeObj = eyeObj;
     }
+
+    public JList getColorsList() {
+        return colorsList;
+    }
 }