adds RnaStructureViewer name jalview-rnastructureviewer;
[jalview.git] / src / jalview / jbgui / GRnaStructureViewer.java
index f4595a8..e0bec25 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()
@@ -37,6 +38,8 @@ public class GRnaStructureViewer extends JInternalFrame
 
   private void jbInit() throws Exception
   {
+    
+    setName("jalview-rnastructureviewer");
 
   }