lblVerbose = highlightLabel());
}
public void show(TreePath treePath) {
ConstantValueAttribute attribute = (ConstantValueAttribute)findAttribute(treePath);
constantPoolHyperlink(lblValue,
lblVerbose,
attribute.getConstantvalueIndex());
super.show(treePath);
}