The GUI event with which the user interacts is the .

a. event effector.
b. event container.
c. event raiser.
d. event source.

d. event source.

Computer Science & Information Technology

You might also like to view...

Write a GUI that will let the user sample icons. It should have a menu named Icons that offers three choices: Smiley Face, Duke Waving, and Duke Standing. When the user chooses a menu item, the corresponding icon is displayed (and no other icons are displayed). When the GUI is first displayed, no icons are visible. The picture files for these icons are available in the source code for this chapter on the Web.

The layout of the window, structure of the code, and technique for updating the display based on the user’s selection is similar to that for MemoGUI, Listing 15.1. As with any of the applications that use icons, you will need to make sure that the image files are in an appropriate folder. This is not always the same as where the source files are located.

Computer Science & Information Technology

Although end users benefit from training, help desk staff are generally self-taught and usually do not benefit from an ongoing training program.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology