You might have said that each button needs its own listener. That would work, but we can use just one listener. First write a class definition for the container frame. Here is a skeleton:
For now, just decide what class this new one extends and what
interface it will implement.
Then fill in the constructor in main()