From 765b09ff550c1d96eee610c2c0c0ff577e578f9c Mon Sep 17 00:00:00 2001 From: Sandy Noble Date: Sat, 7 Sep 2013 18:23:01 +0100 Subject: [PATCH] Working in processing 2, with a few cp5 complaints that seem to have no consequences. --- Misc.pde | 1 + controlsActionsWindows.pde | 2 +- polargraphcontroller.pde | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Misc.pde b/Misc.pde index c415e60..5aae179 100644 --- a/Misc.pde +++ b/Misc.pde @@ -57,6 +57,7 @@ class PreviewVector extends PVector import java.awt.Toolkit; import java.awt.BorderLayout; import java.awt.GraphicsEnvironment; +import java.awt.Dimension; public class Console extends WindowAdapter implements WindowListener, ActionListener, Runnable { diff --git a/controlsActionsWindows.pde b/controlsActionsWindows.pde index 67c0caf..65dc6f4 100644 --- a/controlsActionsWindows.pde +++ b/controlsActionsWindows.pde @@ -399,7 +399,7 @@ void submitWritingWindow(int theValue) println("Start dir: " + renderStartDirection); println("Sprite file prefix: " + spriteFilePrefix); - println("Text: " + textToWrite); + println("Text: " + getTextToWrite()); for (int i=0; i