JAL-1988 Moved APQHandlers to jalview.jbgui and called from jalview.jbgui.GDesktop...
[jalview.git] / src / jalview / jbgui / GRnaStructureViewer.java
index f4595a8..5dc726f 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -22,6 +22,7 @@ package jalview.jbgui;
 
 import javax.swing.JInternalFrame;
 
+@SuppressWarnings("serial")
 public class GRnaStructureViewer extends JInternalFrame
 {
   public GRnaStructureViewer()
@@ -38,6 +39,8 @@ public class GRnaStructureViewer extends JInternalFrame
   private void jbInit() throws Exception
   {
 
+    setName("jalview-rnastructureviewer");
+
   }
 
 }