// Run the actual open in a thread to prevent the program
// locking until the file is loaded.
(new Thread() {
public void run() {
openIt(md.importEntries(), md.importStrings(),
md.importGroups(), md.importSelectorWords());
}
}).start();
//frame.getFileHistory().newFile(panel.fileToOpen.getPath());
}