begin/endFrame become begin/endDraw.. new DXF constant.. --hide-stop param.. fix for array methods to use any kind of objects

This commit is contained in:
benfry
2006-05-11 13:52:30 +00:00
parent 44171e8967
commit 0f3930ea95
13 changed files with 296 additions and 204 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ public class Runner implements MessageConsumer {
params.add(PApplet.ARGS_EXTERNAL);
params.add(PApplet.ARGS_PRESENT);
params.add(PApplet.ARGS_PRESENT_STOP_COLOR + "=" +
params.add(PApplet.ARGS_STOP_COLOR + "=" +
Preferences.get("run.present.stop.color"));
params.add(PApplet.ARGS_BGCOLOR + "=" +
Preferences.get("run.present.bgcolor"));