c.gridx = 0;
c.gridy = 0;
c.insets = new Insets(0, 0, 10, 0);
add(topPanel, c);
selectionPanel.addPopupMenuAction(new SetOutputPathSelectionTableAction(selectionPanel, destinationTextField,
DEFAULT_OUPUT_NAME));
// DESTINATION_PANEL
destinationPanelLayout = new SpringLayout();
destinationPanel.setLayout(destinationPanelLayout);