if(questionYesNo("A loop in the path has been detected. Do you wish to disable loop detection and extend the path?")==0)
if(questionYesNo("The current path contains a deterministic loop. Do you wish to disable the detection of deterministic loops and extend the path anyway?")==0)
{
displayPathLoops=false;
pathTable.repaint();
@ -487,6 +489,13 @@ public class GUISimulator extends GUIPlugin implements MouseListener, ListSelect
if(questionYesNo("A loop in the path has been detected. Do you wish to disable loop detection and extend the path?")==0)
if(questionYesNo("The current path contains a deterministic loop. Do you wish to disable the detection of deterministic loops and extend the path anyway?")==0)
{
displayPathLoops=false;
pathTable.repaint();
@ -528,6 +539,13 @@ public class GUISimulator extends GUIPlugin implements MouseListener, ListSelect