JAL-3288 Replace all javax.swing.JInternalFrame with extended jalview.jbgui.ClassicJI...
[jalview.git] / src / jalview / gui / AnnotationRowFilter.java
index 44a1668..a0abe71 100644 (file)
@@ -44,7 +44,7 @@ import java.util.Vector;
 import javax.swing.JButton;
 import javax.swing.JCheckBox;
 import javax.swing.JComboBox;
-import javax.swing.JInternalFrame;
+import jalview.jbgui.ClassicJInternalFrame;
 import javax.swing.JPanel;
 import javax.swing.JTextField;
 import javax.swing.event.ChangeEvent;
@@ -73,7 +73,7 @@ public abstract class AnnotationRowFilter extends JPanel
 
   protected JTextField thresholdValue = new JTextField(20);
 
-  protected JInternalFrame frame;
+  protected ClassicJInternalFrame frame;
 
   protected JButton ok = new JButton();