Split the person panel into two sub panels : one for the current person, one for...
[Persons_Comparator.git] / src / MainWindowsView.java
index df6839f9813916af37709317683a550835ca2046..0ff9bbbe242bbcaaf3c2027d0204a910f929e94f 100644 (file)
@@ -85,7 +85,7 @@ public class MainWindowsView extends JFrame {
         System.out.println("Created GUI on EDT? " +
                 SwingUtilities.isEventDispatchThread());
         //Display the window.
-        //this.pack();
+        this.pack();
         this.setVisible(true);
     }
 }
\ No newline at end of file