Object comp=tp.getLastPathComponent();
if (!(comp instanceof TrackbaseNode)) {
return;
}
TrackbaseNode tbn=(TrackbaseNode)comp;
tbn.getPopup().show(this, e.getX(), e.getY());
} else if (getSelectionCount()>1){
//TreePath[] tp=getSelectionPaths();
}
}