/** Handles right click on the background and creates popup menu. */
@Override
protected void handlePopupBackground(final Point2D pos) {
final Info info = getClusterBrowser().getServicesInfo();
final JPopupMenu p = info.getPopup();
info.updateMenus(pos);
showPopup(p, pos);
}
/**
* After service vertex v was released in position pos, set its location