Alertalert=newAlert(Alert.AlertType.INFORMATION,"No proof loaded is loaded yet. If proof loading was onvoked, please wait. Loading may take a while.",ButtonType.OK);
alert.showAndWait();
return;
}
...
...
@@ -711,10 +747,13 @@ public class DebuggerMain implements Initializable {
Alertalert=newAlert(Alert.AlertType.ERROR,"No proof is loaded",ButtonType.OK);
Alertalert=newAlert(Alert.AlertType.INFORMATION,"No proof is loaded yet. If laoding a proof was invoked, proof state loading may take a while.",ButtonType.OK);