// Initialize quick lists
fileTablePopups = new QuickList[]{
new ParentFoldersQL(this),
new RecentLocationsQL(this),
new RecentExecutedFilesQL(this),
new BookmarksQL(this),
new RootFoldersQL(this),
new TabsQL(this)};
// Create the FileTable
fileTable = new FileTable(mainFrame, this, conf);