
processing
Get flash to fully experience Pearltrees
java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9) (6b20-1.9-0ubuntu1) OpenJDK 64-Bit Server VM (build 17.0-b16, mixed mode) java.lang.NullPointerException at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:649) at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:270)
Issue with Processing + Ubuntu 10.10 + OpenJDK Plugin
Threading
Threads at daniel shiffman
If you are looking for a tutorial about using threads in Processing, I’ve adapted this page on the Processing wiki: http://wiki.processing.org/w/Threading Examples: Related: Exercises (optional):Clocks and Timers - General Overview There are two kinds of time related devices in a system: a means to read a time value; and a means to schedule/trigger a time related event The term "clock" is often used to refer to both of these because you read the time from a clock, and you can (often) set an alarm to have something happen when the clock reaches a certain time. Sometimes the term "passive clock" is used for a time source that can only be read, while "active clock" is used for one that can also trigger an event/interrupt/alarm. For the sake of discussion (and because they are different hardware devices) I will use the term "clock" to refer to the means by which a time value can be read, and the term "timer" for something that can trigger a time-related event.

