addDetailPaneEntry(normalLabel("Number of annotations:"),
lblAnnotationEntries = highlightLabel());
}
public void show(TreePath treePath) {
RuntimeAnnotationsAttribute raa =
(RuntimeAnnotationsAttribute)findAttribute(treePath);
lblAnnotationEntries.setText(String.valueOf(raa.getRuntimeAnnotations().length));
super.show(treePath);
}