Problem
1. Add a field to the Slide Show class to hold the title and modify the show method to first show a blank picture with the title on it.
2. Create a Play List class that takes a list of sounds and play them one at a time.
3. Use the methods in the Picture class to draw a smiling face.
4. Use the methods in the Picture class to draw a rainbow.
5. Rewrite the mirror functions as methods in the My Picture class.