JAL-2960 don’t override a swing method and create infinite recursion ;) toFront now...
[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();
 
 }