Originariamente inviato da valia
Non esiste un costruttore di Rectangle che prende come parametri 4 interi, guarda la guida e le API
Come non esiste:

codice:
Rectangle(int x, int y, int width, int height) 
      Constructs a new Rectangle whose upper-left corner is specified as (x,y) and whose width and height are specified by the arguments of the same name