}
public void show(TreePath treePath) {
int constantPoolIndex = ((BrowserTreeNode)treePath.getLastPathComponent()).getIndex();
CPInfo constantPoolEntry = services.getClassFile().getConstantPool()[constantPoolIndex];
String paneName = null;
if (constantPoolEntry instanceof ConstantUtf8Info) {
paneName = SCREEN_CONSTANT_UTF8_INFO;
} else if (constantPoolEntry instanceof ConstantClassInfo) {