public void performAction() {
FolderPanel folderPanel = mainFrame.getActivePanel();
ChangeFolderThread changeFolderThread = folderPanel.getChangeFolderThread();
if(changeFolderThread!=null)
changeFolderThread.tryKill();
}
@Override
public ActionDescriptor getDescriptor() {
return new Descriptor();