Refactored AnnotationColumnChoser and AnnotationColorChooser to apply the DRY principle
[jalview.git] / src / jalview / gui / AlignFrame.java
index af3b0fb..34ccf9c 100644 (file)
@@ -3327,7 +3327,7 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
   @Override
   public void annotationColumn_actionPerformed(ActionEvent e)
   {
-    new AnnotationColumnSelection(viewport, alignPanel);
+    new AnnotationColumnChooser(viewport, alignPanel);
   }
 
   @Override