downloadDirDefaultBackground = downloadDirTextField.getBackground();
updateDownloadDirTextFieldBackground();
// create the main download panel
modelTable = new SortedModelTable<FrostDownloadItem>(model);
new TableFindAction().install(modelTable.getTable());
setLayout(new BorderLayout());
final JPanel panelHeader = new JPanel(new BorderLayout());
panelHeader.add(downloadToolBar, BorderLayout.PAGE_START);
panelHeader.add(gridBagLayout, BorderLayout.CENTER);