notBibFiles.toArray(toImport);
// Import into new if entryTable==null, otherwise into current
// database:
ImportMenuItem importer = new ImportMenuItem(frame, (entryTable == null));
importer.automatedImport(toImport);
}
}
protected boolean handleDropTransfer(URL dropLink, int dropRow) throws IOException {
File tmpfile = java.io.File.createTempFile("jabrefimport", "");