JAL-2960 raise the structure view after adding structures to it
[jalview.git] / src / jalview / api / structures / JalviewStructureDisplayI.java
index 2cd9348..abb23f8 100644 (file)
@@ -120,4 +120,9 @@ public interface JalviewStructureDisplayI
    */
   void setAlignAddedStructures(boolean alignAdded);
 
+  /**
+   * Raise the panel to the top of the stack...
+   */
+  void toFront();
+
 }