void setup() {
  size (900, 900);
  background(255);
  //surface.setResizable(true);
  surface.setLocation(0, 0);
  //noLoop();
}

void draw(){

}