X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fappletgui%2FAnnotationColumnChooser.java;fp=src%2Fjalview%2Fappletgui%2FAnnotationColumnChooser.java;h=07eef120dca5b72cfa557dbc89c8cf6a561f54dd;hb=a4677746324adeea9632d7306c83dfd94dff6181;hp=0375de247676a04af22853f8bb2a3b3602c60ab6;hpb=7d6575e94bed92bc06043d432576e3a39e8a8e75;p=jalview.git diff --git a/src/jalview/appletgui/AnnotationColumnChooser.java b/src/jalview/appletgui/AnnotationColumnChooser.java index 0375de2..07eef12 100644 --- a/src/jalview/appletgui/AnnotationColumnChooser.java +++ b/src/jalview/appletgui/AnnotationColumnChooser.java @@ -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)); }