JPopupMenu popup = new JPopupMenu();
MenuBuilder myPopupMenu = new MenuBuilder(actionListener, popup);
m_rightClickNode = node;
if (this==m_TreeMapperMigration.m_newTargetTree || this==m_TreeMapperMigration.m_oldTargetTree) {
myPopupMenu.addMenuItem(cmd_delete_target_translate);
myPopupMenu.show(this, node.m_p.x + 5 + m_scroll.getHorizontalScrollBar().getValue(), node.m_p.y
+ Node.m_textHeight);
}
else if (this==m_TreeMapperMigration.m_newSourceTree || this==m_TreeMapperMigration.m_oldSourceTree) {
myPopupMenu.addMenuItem(cmd_delete_source_translate);
myPopupMenu.show(this, node.m_p.x + 5 + m_scroll.getHorizontalScrollBar().getValue(), node.m_p.y