JAL-845 implement alignment of protein to match cDNA alignment
[jalview.git] / src / jalview / jbgui / GSplitFrame.java
index 062fe9f..27b3324 100644 (file)
@@ -1,6 +1,5 @@
 package jalview.jbgui;
 
-import jalview.api.SplitContainerI;
 import jalview.util.Platform;
 
 import java.awt.Component;
@@ -12,7 +11,7 @@ import javax.swing.JInternalFrame;
 import javax.swing.JSplitPane;
 import javax.swing.plaf.basic.BasicInternalFrameUI;
 
-public class GSplitFrame extends JInternalFrame implements SplitContainerI
+public class GSplitFrame extends JInternalFrame
 {
   private static final long serialVersionUID = 1L;
 
@@ -120,8 +119,7 @@ public class GSplitFrame extends JInternalFrame implements SplitContainerI
    * Make the complement of the specified split component visible or hidden,
    * adjusting the position of the split divide.
    */
-  @Override
-  public void setComplementVisible(Object alignFrame, boolean show)
+  public void setComplementVisible(Component alignFrame, boolean show)
   {
     if (alignFrame == this.topFrame)
     {
@@ -138,5 +136,4 @@ public class GSplitFrame extends JInternalFrame implements SplitContainerI
     }
     validate();
   }
-
 }