Commit b2a1ef40 authored by Phuong Khanh Tran's avatar Phuong Khanh Tran
Browse files

Update MolecularDatabaseGUI.java

parent fe7ee9cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ public class MolecularDatabaseGUI extends JFrame {
     */
    public MolecularDatabaseGUI() {
        // Set up the JFrame
        setTitle("Molecular Database");
        setTitle("Molecule Database");
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        setLayout(new BorderLayout());