A good answer might be:
| |
The Container ClassYou might have said that each button will need its own listener. That would be an OK answer, but that is not how we are going to do it. First we need to 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 | |
QUESTION 4:Click Here after you have answered the question |