Code

void setup(){
  size(200,200);
}
void draw(){
  background(255);
  line(50,50, mouseX, mouseY);
}

0001 - Hello World: Use the complete courseware pipeline

Statement:Copy the "Hello World" example from the blog into Processing. Export an applet, and upload it to this courseware. By upload, I mean: upload the Jar file, and paste the code into the right field. Add a tidy 100x100 icon image if you have the time.
This is my awesome homework.

hide statement