saveFrame location options processing

this is what I have gotten so far. anything I’m missing? I’m new to processing

int q=0;
PFont font;
PImage img;

  if ( mouseButton == LEFT ) q++;
  if ( q > 5 ) get(800, 800, 600, 600);