Properly implement the makeSmaller and makeLarger methods. To do this, you have to create a new OFImage with a different size, copy the pixels from the current image across (while scaling it up or down), and then set the new image as the current image. At the end of your method, you should call the frame’s pack method to rearrange the components with the changed size.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.