X-Git-Url: https://git.piment-noir.org/?p=Persons_Comparator.git;a=blobdiff_plain;f=src%2FMainWindowsView.java;h=2cda81104f0e394e85ab59d41b331397c268dddc;hp=065c90d8050f0deb9203ce7733bb26b49b64c029;hb=883508cad71557d375580ce52a4e093f131405db;hpb=089fcbfccd75b77daf843b22e128beeee1d1dc07 diff --git a/src/MainWindowsView.java b/src/MainWindowsView.java index 065c90d..2cda811 100644 --- a/src/MainWindowsView.java +++ b/src/MainWindowsView.java @@ -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.