X framerate() and framerate(15)

X delay() should sleep the thread [glen murphy]
X   it's sucking cpu and won't open a window until the delay is up
X   also don't delay on the first time through
X   add framerate to colored things list
This commit is contained in:
benfry
2003-01-26 19:59:59 +00:00
parent a6b543746f
commit aa70acea2f
3 changed files with 41 additions and 19 deletions

View File

@@ -275,7 +275,7 @@ public class PdeEditorStatus extends Panel
editField.setText(t.substring(0, start) + "_" +
t.substring(end));
editField.setCaretPosition(start+1);
System.out.println("consuming event");
//System.out.println("consuming event");
event.consume();
} else if (c == '_') {