Commit 3b970977 authored by Phuong Khanh Tran's avatar Phuong Khanh Tran
Browse files

Update GUI.java

parent a5dedb70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ public class GUI extends JFrame {
                    moleculeName = reader.readLine(); // Read the first line to get the molecule name
                } catch (IOException ex) {
                    System.err.println("Error reading the file: " + ex.getMessage());
                    outputTextArea.append("Error reading the file." + "\n\n");
                    outputTextArea.append("Error reading the file:" + ex.getMessage() + "\n\n");
                    return;
                }