Does this break?
void setup(){
size (320, 240);
surface.setResizable(true);
rect(0, 0, width, height);
noLoop();
}
Does this break?
void setup(){
size (320, 240);
surface.setResizable(true);
rect(0, 0, width, height);
noLoop();
}