Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

void setup

// Type this command at the top of each Java program.
void setup(){
	// You typically use size(); as well to set the size of your canvas.
  	size(500,500);
}
 
PREVIOUS NEXT
Tagged: #void #setup
ADD COMMENT
Topic
Name
8+5 =