import javax.swing.JMenu;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
+ import javax.swing.JProgressBar;
-import javax.swing.JRadioButtonMenuItem;
import javax.swing.JScrollPane;
import javax.swing.SwingUtilities;
return filtered;
}
-
protected List<String> getApplicableSecondaryStructureSources()
{
- AlignmentAnnotation[] annotations = af.getViewport().getAlignment()
- .getAlignmentAnnotation();
-
- List<String> ssSources = AlignmentUtils
- .getSecondaryStructureSources(annotations);
- // List<String> ssSources =
- // AlignmentUtils.extractSSSourceInAlignmentAnnotation(annotations);
-
+ AlignmentAnnotation[] annotations = af.getViewport().getAlignment().getAlignmentAnnotation();
+
- //List<String> ssSources = AlignmentUtils.getSecondaryStructureSources(annotations);
+ List<String> ssSources = AlignmentUtils.extractSSSourceInAlignmentAnnotation(annotations);
-
+
return ssSources;
}
-
+
/**
* Open and calculate the selected tree or PCA on 'OK'
*/
import java.awt.print.PrinterJob;
import javax.swing.ButtonGroup;
+import javax.swing.JLabel;
import javax.swing.JMenuItem;
+ import javax.swing.JProgressBar;
import javax.swing.JRadioButtonMenuItem;
+import javax.swing.SwingConstants;
import javax.swing.event.InternalFrameAdapter;
import javax.swing.event.InternalFrameEvent;