X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjbgui%2FGRnaStructureViewer.java;h=e0bec25f4f357df5f72f4aa66bc49fcf6a7e94eb;hb=892933bb4c68a8b8a473010916c070da9ed55dc5;hp=f4595a8c4e879d8a1becc50d84adc049b21b9710;hpb=838e4f91d4a53dd315640dbc9ff6ef7a815ee576;p=jalview.git diff --git a/src/jalview/jbgui/GRnaStructureViewer.java b/src/jalview/jbgui/GRnaStructureViewer.java index f4595a8..e0bec25 100644 --- a/src/jalview/jbgui/GRnaStructureViewer.java +++ b/src/jalview/jbgui/GRnaStructureViewer.java @@ -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"); }