Add a label to all views.
[Persons_Comparator.git] / src / MainWindowsView.java
index 065c90d8050f0deb9203ce7733bb26b49b64c029..2cda81104f0e394e85ab59d41b331397c268dddc 100644 (file)
@@ -10,6 +10,7 @@ public class MainWindowsView extends JFrame {
         setLocationRelativeTo(null);
         setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
 
+        //Main pane
         JPanel panel = new PersonView();
 
         //Get all Swing/AWT primitive components in the views and add them to the panel.