java 6
// Constructor public Rectangle(int width, int height) { this.width = width; this.height = height; }