Create a new method public Picture frame (int frameSize, Color frameColor) this method will create and return a new picture object. the new picture object will contain the original picture inside the frame. the color of the frame is given by the parameter frameColor. the new picture object will be larger than the original because of the frame.