public void show(TreePath treePath) {
int constantPoolIndex = constantPoolIndex(treePath);
try {
ConstantStringInfo entry = (ConstantStringInfo)services.getClassFile().getConstantPoolEntry(constantPoolIndex, ConstantStringInfo.class);
constantPoolHyperlink(lblString,
lblStringVerbose,
entry.getStringIndex());
} catch (InvalidByteCodeException ex) {
lblStringVerbose.setText(MESSAGE_INVALID_CONSTANT_POOL_ENTRY);
}