add(locationPanel, BorderLayout.NORTH);
// Initialize quick lists
fileTablePopups = new QuickList[]{
new ParentFoldersQL(this),
new RecentLocationsQL(this),
new RecentExecutedFilesQL(this),
new BookmarksQL(this),
new RootFoldersQL(this),
new TabsQL(this)};