JAL-3032 use small example Ensembl gene for JalviewJS
[jalview.git] / src / jalview / jbgui / GSplitFrame.java
index fd25116..3e04f03 100644 (file)
@@ -57,6 +57,7 @@ public class GSplitFrame extends JInternalFrame
    */
   public GSplitFrame(GAlignFrame top, GAlignFrame bottom)
   {
+    setName("jalview-splitframe");
     this.topFrame = top;
     this.bottomFrame = bottom;