fileTable = new FileTable(mainFrame, this, conf);
locationChanger = new LocationChanger(mainFrame, this, locationManager);
// Create the Tabs (Must be called after the fileTable was created and current folder was set)
tabs = new FileTableTabs(mainFrame, this, initialTabs);
// Select the tab that was previously selected on last run
tabs.selectTab(indexOfSelectedTab);
tabs.addActiveTabListener(this);