A lib directory to the project with gson library.
[Persons_Comparator.git] / src / Main.java
index 6937e91dd1a36423a2ff453374736bc0c5e33605..77979dae22387c4523a9cb43dc9b50e57dfc7744 100644 (file)
@@ -5,6 +5,12 @@ public class Main {
         //creating and showing this application's GUI.
         String programName = "Person Comparator";
 
+        Eye blackEye = new Eye("black");
+        Eye greenEye = new Eye("green");
+        Eye blueEye = new Eye("blue");
+        Eye brownEye = new Eye("brown");
+
+        //Person person = new Person();
 
         javax.swing.SwingUtilities.invokeLater(new Runnable() {
             public void run() {