JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / jbgui / GRnaStructureViewer.java
index 44a2998..5dc726f 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
- * Copyright (C) 2014 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.
  * 
@@ -20,8 +20,9 @@
  */
 package jalview.jbgui;
 
-import javax.swing.*;
+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");
+
   }
 
 }