X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FEyeView.java;h=2f892e4b99e47239078137243c3554caaa181363;hb=9b3bfcdd95253a04ed12a676ee29a9d777c1e496;hp=8e7569855b31e566dfb38ddf02ddc0e3e9667758;hpb=3d9fdaf4ca1feb8d0e788f2f0c948d87439e2414;p=Persons_Comparator.git diff --git a/src/EyeView.java b/src/EyeView.java index 8e75698..2f892e4 100644 --- a/src/EyeView.java +++ b/src/EyeView.java @@ -34,4 +34,8 @@ public class EyeView extends JPanel { public void setEyeObj(Eye eyeObj) { this.eyeObj = eyeObj; } + + public JList getColorsList() { + return colorsList; + } }