- Show Sketch
/** @peep sketchcode */
String firstName = "Lisa";
String lastName = "Deng";
String fullName= firstName + " " + lastName;
println(fullName);
size (100,100);
background (230);
fill(0);
//draw text in display window
text ("Hello", 10,10);
textSize(10);
text (fullName,40,10);
textSize(10);
fill(0,60);
text ("Welcome to Processing", 10,31,90,71);
fill(244,0,0);
text ("Welcome to Processing", 10,30,90,70);
Nothing in the gallery yet!
Comments