import jalview.datamodel.AlignmentAnnotation;
import jalview.datamodel.ColumnSelection;
-import jalview.gui.JvSwingUtils;
import jalview.schemes.AnnotationColourGradient;
import jalview.util.MessageManager;
import jalview.viewmodel.annotationfilter.AnnotationFilterParameter;
slider.setPreferredSize(new Dimension(100, 32));
thresholdPanel.setBackground(Color.white);
- thresholdPanel.setFont(JvSwingUtils.getLabelFont());
+ // thresholdPanel.setFont(JvSwingUtils.getLabelFont());
// thresholdPanel.setLayout(new MigLayout("", "[left][right]", "[][]"));
actionPanel.setBackground(Color.white);
- actionPanel.setFont(JvSwingUtils.getLabelFont());
+ // actionPanel.setFont(JvSwingUtils.getLabelFont());
graphFilterView.setLayout(gBorderLayout);
graphFilterView.setBackground(Color.white);
noGraphFilterView.setBackground(Color.white);
annotationComboBoxPanel.setBackground(Color.white);
- annotationComboBoxPanel.setFont(JvSwingUtils.getLabelFont());
+ // annotationComboBoxPanel.setFont(JvSwingUtils.getLabelFont());
gSearchPanel = new SearchPanel(this);
ngSearchPanel = new SearchPanel(this);
this.setBackground(Color.white);
this.setTitle("Structure Filter");
- this.setFont(JvSwingUtils.getLabelFont());
+ // this.setFont(JvSwingUtils.getLabelFont());
this.add(all);
this.add(alphaHelix);
description.setEnabled(false);
description.addItemListener(this);
this.setTitle("Search Filter");
- this.setFont(JvSwingUtils.getLabelFont());
+ // this.setFont(JvSwingUtils.getLabelFont());
syncState();
this.add(searchBox);
import jalview.datamodel.AlignmentAnnotation;
import jalview.datamodel.AlignmentI;
import jalview.datamodel.AlignmentView;
-import jalview.gui.AlignmentPanel;
import jalview.util.MessageManager;
import java.io.File;
this.viewpanel = viewpanel;
}
- public AppletFormatAdapter(AlignmentPanel alignPanel,
+ public AppletFormatAdapter(AlignmentViewPanel alignPanel,
AlignExportSettingI settings)
{
viewpanel = alignPanel;