Question: Java question!! 1A In this problem you will use the Reatangle class in the Java library. To look at Rectangle's public interface type java api
Java question!!


1A In this problem you will use the Reatangle class in the Java library. To look at Rectangle's public interface type java api rectangle into Google or other search engine Complete the class ProcessRectangle given to you. You will find it at the Codecheck URL below Create a rectangle with a width of 80 and a height of 50 atx 100, y 200. Call the translate method to move the rectangle 20 pixels in the x direction and 25 pixels in the y direction. Print the new x and y in this format: x, y (Rectangle has methods to get x and y) Call the grow method of the rectangle to make the rectangle 10 units larger on both the left and right side leaving the height unchanged. Codecheck URL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
