@@ -196,7 +224,7 @@ public class GUI extends JFrame {
imageFrame.setVisible(true);// Make the frame visible
}catch(IOExceptionex){
ex.printStackTrace();
System.err.println("Molecule display failed. The provided molecule name may be incorrect or does not match any records in the PubChem database.");
outputTextArea.append("Molecule display failed. The provided molecule name may be incorrect or does not match any records in the PubChem database.\n\n");
}
}
@@ -210,6 +238,82 @@ public class GUI extends JFrame {