Commit 95fd5f2d authored by Phuong Khanh Tran's avatar Phuong Khanh Tran
Browse files

Update GUI.java

parent e22ac564
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -142,7 +142,6 @@ public class GUI extends JFrame {
                    String start = indexes[0];
                    String end = indexes[1];
                    moleculeDb.downloadPubChem(start, end);
                    outputTextArea.append("Download complete!" + "\n\n");
                } else {
                    outputTextArea.append("Invalid Input" + "\n\n");
                }