X-Git-Url: https://git.piment-noir.org/?p=Persons_Comparator.git;a=blobdiff_plain;f=src%2FEyeView.java;h=2f892e4b99e47239078137243c3554caaa181363;hp=8e7569855b31e566dfb38ddf02ddc0e3e9667758;hb=9b3bfcdd95253a04ed12a676ee29a9d777c1e496;hpb=829bb0cf20bdd2171f867bfcae5ced5b5ad8cc5e 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; + } }