JAL-842; Added the TextField to edit structure in VARNA
[jalview.git] / src / jalview / gui / AppVarna.java
index 5dd65c4..bc83400 100644 (file)
@@ -86,7 +86,7 @@ public class AppVarna extends JInternalFrame implements InterfaceVARNAListener//
          JSplitPane split = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,true,vab.getListPanel(),varnaPanel);
          getContentPane().setLayout(new BorderLayout());
          getContentPane().add(split, BorderLayout.CENTER);
-         //getContentPane().add(vab.getTools(), BorderLayout.NORTH);   
+         getContentPane().add(vab.getTools(), BorderLayout.NORTH);     
          varnaPanel.addVARNAListener(this);
          jalview.gui.Desktop.addInternalFrame(this,"VARNA -"+name,getBounds().width, getBounds().height);
          this.pack();