peakList.addRow(row);
}
// Add table to the GUI
ResultsListTableWindow window = new ResultsListTableWindow(peakList);
MZmineCore.getDesktop().addInternalFrame(window);
// If this task was canceled, stop processing
if (!isCanceled()) {
// Set task status to FINISHED