Integer offset = entry.getOffset();
if (offset != null) {
BrowserDetailPane detailPane = services.getBrowserComponent().getDetailPane();
CodeAttributeDetailPane codeAttributeDetailPane =
detailPane.getAttributeDetailPane().getCodeAttributeDetailPane();
codeAttributeDetailPane.selectByteCodeDetailPane();
codeAttributeDetailPane.getCodeAttributeByteCodeDetailPane().
scrollToOffset(offset.intValue());
}
updateActions();
}