What base classes from the Java AWT will be used in the program?

A good answer might be:

  • Frame --- the program will define a container class based on Frame.
  • Button --- the program will construct a Button and add it to a container.

Picture of the Relationships

Here is a picture of the relationships. Unfortunately the boxes and the arrows are not labeled. The name of the container class will be buttonQuitter.

You will need to fill in the labels. Use labels from the following selection:

  • Frame
  • extends
  • buttonQuitter
  • ActionListener
  • instance of
  • implements
  • main
  • static
  • Button
  • action events
  • buttonQuitter object
  • refers to

QUESTION 15:

Label the relationship diagram.

Click Here after you have answered the question