Merge branch 'bug/JAL-3065_DH_keyPair_Exception_nogroovysettings' into releases/Relea...
[jalview.git] / src / jalview / api / structures / JalviewStructureDisplayI.java
index abb23f8..8f778f7 100644 (file)
@@ -123,6 +123,6 @@ public interface JalviewStructureDisplayI
   /**
    * Raise the panel to the top of the stack...
    */
-  void toFront();
+  void raiseViewer();
 
 }