Write a java application that will draw the largest possible rectangle in a canvas container. Define a frame containing the drawable canvas container with the size of 200 W X 100 H pixels. Use the color red to distinguish the rectangle from the frame border. In the center of the canvas draw the width and height values of the rectangle drawn.
Good luck