A lib directory to the project with gson library.
[Persons_Comparator.git] / src / MainWindowsView.java
index bc7951152f608bfdd4f8633efc2a9b99120cc8f1..729a9ad20382654cc21213f283a6f455e7d9f0c8 100644 (file)
@@ -5,6 +5,7 @@ import java.awt.event.ActionListener;
 import java.util.ArrayList;
 
 public class MainWindowsView extends JFrame {
+
     MainWindowsView(String title) {
         //Create and set up the window.
         setTitle(title);
@@ -56,5 +57,4 @@ public class MainWindowsView extends JFrame {
         //this.pack();
         this.setVisible(true);
     }
-
 }
\ No newline at end of file