como se usa esto this(0, 0), yo sabia que cuando usamos la
variable this.y hay un punto y si se fijan adelante de this(0,0) no hay un punto y es que esto lo uso el maestro
public Rectangle(int width, int height) { this(0, 0);}//fíjate que ocupo this y no hay un punto
public Rectangle(int x, int y, int width, int height)
{ this.x = x; this.y = y; } //fíjate que ocupo un punto antes de x