JAL-3210 Improvements to eclipse detection. New src tree and SwingJS updated from...
[jalview.git] / src / jalview / jbgui / GRnaStructureViewer.java
index 60f5436..a90bd48 100644 (file)
  */
 package jalview.jbgui;
 
+import jalview.bin.Jalview;
+
 import javax.swing.JInternalFrame;
 
+@SuppressWarnings("serial")
 public class GRnaStructureViewer extends JInternalFrame
 {
   public GRnaStructureViewer()
@@ -37,7 +40,7 @@ public class GRnaStructureViewer extends JInternalFrame
 
   private void jbInit() throws Exception
   {
-
+    setName(Jalview.getAppID("rnastructureviewer"));
   }
 
 }