Properly add all view JComponents to the JPanel in the main JFrame.
[Persons_Comparator.git] / src / Eye.java
index c3b836d0046eccc52afc27217ef72b379df51ec9..6edc8a563d99af95b373270e2936592551bcf2c7 100644 (file)
@@ -7,7 +7,6 @@ public class Eye implements Comparable<Eye> {
     private List<String> colorList = Arrays.asList("black", "green", "blue", "brown");
 
     /**
-     *
      * @param color
      */
     Eye(String color) {
@@ -15,7 +14,6 @@ public class Eye implements Comparable<Eye> {
     }
 
     /**
-     *
      * @return
      */
     public Color getColor() {
@@ -23,7 +21,6 @@ public class Eye implements Comparable<Eye> {
     }
 
     /**
-     *
      * @param color
      */
     public void setColor(String color) {
@@ -39,7 +36,6 @@ public class Eye implements Comparable<Eye> {
     }
 
     /**
-     *
      * @param color
      * @return
      */
@@ -48,7 +44,6 @@ public class Eye implements Comparable<Eye> {
     }
 
     /**
-     *
      * @param eye
      * @return
      */