Closedown

This commit is contained in:
boccioli_m
2015-06-02 10:59:30 +02:00
parent 73c93fa7f3
commit 4ab4b76b7c

View File

@@ -267,10 +267,10 @@ public class TestingPanel extends Panel {
args.put("steps", var2);
run("args", args);
while(i < 1000){
while(i < 100000){
txtTestPSRes.setText(args.get("steps").toString());
i++;
Thread.sleep(1000);
}
//evalAsync("run('args', locals = {'relative':" + (var1 ? "True" :"False") + ", 'steps':" + var2 + "})");