JAL-3210 Barebones gradle/buildship/eclipse. See README
[jalview.git] / src / jalview / jbgui / GSplitFrame.java
index ed715c8..a75760d 100644 (file)
@@ -20,7 +20,6 @@
  */
 package jalview.jbgui;
 
-import jalview.bin.Jalview;
 import jalview.util.Platform;
 
 import java.awt.Component;
@@ -58,7 +57,7 @@ public class GSplitFrame extends JInternalFrame
    */
   public GSplitFrame(GAlignFrame top, GAlignFrame bottom)
   {
-    setName(Jalview.getAppID("splitframe"));
+    setName("jalview-splitframe");
     this.topFrame = top;
     this.bottomFrame = bottom;