Work on Region, RegionView, countries.csv, Country
[Persons_Comparator.git] / src / Main.java
index 17cf896c521dc308a5b1fb595f539beb48bb3963..194ff31cfe087196c593cd53d19e03a63f1b142b 100644 (file)
@@ -75,6 +75,9 @@ public class Main {
 
         Person emptyPerson = new Person();
         PersonView emptyPersonView = new PersonView(emptyPerson, personArrayList);
+        Region r = new Region();
+        r.getCsvFile();
+
 
         //Schedule a job for the event-dispatching thread:
         //creating and showing this application's GUI.