X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FMainWindowsView.java;h=c3688ba206e60bf9f7ef80b3bf9a145d71e8893e;hb=d119e60d58d8431de3ff29090d7048b0eb7d9f9e;hp=dbe2eedaf9beaee2f2f75da5c24374cbfa21121e;hpb=b974e749af3a4b2df3737b2d361233c704dcc4d8;p=Persons_Comparator.git diff --git a/src/MainWindowsView.java b/src/MainWindowsView.java index dbe2eed..c3688ba 100644 --- a/src/MainWindowsView.java +++ b/src/MainWindowsView.java @@ -26,7 +26,7 @@ public class MainWindowsView extends JFrame { }); fileMenu.add(exit); - //Get all Swing/AWT primitive components in the views and add them to the panel. + //Get all Swing/AWT primitive components in the views and add them to the main panel. ArrayList components = new ArrayList<>(); for (int i = 0; i < panel.getComponentCount(); i++) { if ((panel.getComponent(i) instanceof Container)) {