import processing.opengl.*; size(200, 200, OPENGL ); background(255); fill(0); rect(50,50,100,100);