// Notify listeners that the location has changed
fireLocationChanged(folder.getURL());
// After the initial folder is set, initialize the monitoring thread
if (folderChangeMonitor == null)
folderChangeMonitor = new FolderChangeMonitor(folderPanel);
}