import jalview.io.FileFormat;
import jalview.io.FormatAdapter;
import jalview.util.Comparison;
+import jalview.util.Constants;
import jalview.util.MessageManager;
+ import jalview.util.ParseHtmlBodyAndLinks;
import jalview.util.Platform;
+import jalview.workers.SecondaryStructureConsensusThread;
/**
* The panel that holds the labels for alignment annotations, providing
}
SequenceI lastSeqRef = null;
String lastLabel = null;
+ String lastDescription = null;
AlignmentAnnotation[] aa = av.getAlignment().getAlignmentAnnotation();
+ boolean isShowStructureProvider = av.isShowStructureProvider();
int fontHeight = g != null ? g.getFont().getSize()
: fm.getFont().getSize();
int y = 0;