Commit 2c72d9f6 authored by Hyun Soo  Kim's avatar Hyun Soo Kim
Browse files

fix typo

parent 5738ffbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ public class GUI extends JFrame {
        firstRowPanel.setBackground(Color.BLACK);
        firstRowPanel.add(chooseButton);
        firstRowPanel.add(addMoleculeButton);
        firstRow.Panel.add(deleteMoleculeButton);
        firstRowPanel.add(deleteMoleculeButton);
        firstRowPanel.add(findMoleculeButton);
        firstRowPanel.add(findSubgraphButton);
        firstRowPanel.add(displayMoleculeButton);