{
this.fileSelectorHolderPanel = new JPanel();
this.fileSelectorHolderPanel.setBackground(Color.BLUE);
this.fileSelectorHolderPanel.setLayout(new GridLayout());
this.fileSelection = new FileSelectionContainer();
this.fileSelection.setConfigHolder(configHolder);
this.fileSelectorHolderPanel.add(fileSelection);
this.fileSelection.addActionListener(this);