JAL-1807 explicit imports (jalview.appletgui)
[jalview.git] / src / jalview / appletgui / AnnotationColumnChooser.java
index 0375de2..07eef12 100644 (file)
@@ -1,7 +1,9 @@
 package jalview.appletgui;
 
+import jalview.bin.JalviewLite;
 import jalview.datamodel.AlignmentAnnotation;
 import jalview.datamodel.ColumnSelection;
+import jalview.datamodel.GraphLine;
 import jalview.schemes.AnnotationColourGradient;
 import jalview.util.MessageManager;
 import jalview.viewmodel.annotationfilter.AnnotationFilterParameter;
@@ -108,7 +110,7 @@ public class AnnotationColumnChooser extends AnnotationRowFilter implements
     super(av, ap);
     frame = new Frame();
     frame.add(this);
-    jalview.bin.JalviewLite.addFrame(frame,
+    JalviewLite.addFrame(frame,
             MessageManager.getString("label.select_by_annotation"), 520,
             215);
 
@@ -385,7 +387,7 @@ public class AnnotationColumnChooser extends AnnotationRowFilter implements
       {
         getCurrentAnnotation()
                 .setThreshold(
-                        new jalview.datamodel.GraphLine(
+                        new GraphLine(
                                 (getCurrentAnnotation().graphMax - getCurrentAnnotation().graphMin) / 2f,
                                 "Threshold", Color.black));
       }