When using EditingModalGraphMouse and right clicking on the screen, the popup menu keeps adding "delete vertex" and "create vertex" right time you right click. Is there a solution to this? I'm currently using JUNG 2.0.1 and can't find any support on the net.
Problem is solved in current CVS version.
In case no access to CVS is possible, add the line "popup.removeAll();"
at the beginning of the method "protected void handlePopup(MouseEvent e)" in class EditingPopupGraphMousePlugin (package edu.uci.ics.jung.visualization.control).