addDetailPaneEntry(normalLabel("Number of annotations:"),
lblAnnotationEntries = highlightLabel());
}
public void show(TreePath treePath) {
AnnotationHolder ah =
(AnnotationHolder)findAttribute(treePath);
lblAnnotationEntries.setText(String.valueOf(ah.getNumberOfAnnotations()));
super.show(treePath);
}