____ restores the swapped image back to the original image when the mouse is moved away from the image.

A. Cancel swap image
B. Swap Image Restore behavior
C. Swap Image Revert behavior
D. Reset behavior


Answer: B

Computer Science & Information Technology

You might also like to view...

When naming a macro, the name CANNOT contain any ________

A) blank spaces B) underscores C) hyphens D) numbers

Computer Science & Information Technology

Which of the following statements about Swing GUI components is false?

a. Swing components are less portable but more flexible than the original Java GUI components from package java.awt. b. Most Swing components are written completely in Java. c. Swing components allow the user to specify a uniform look-and-feel across all platforms. d. Swing components allow the user to change the look-and-feel while the program is running.

Computer Science & Information Technology

In an index entry field, a ________ separates the main entry from the subentry

A) comma B) colon C) semicolon D) period

Computer Science & Information Technology

Which statement about strtok is false?

a) It breaks a string into tokens. b) Subsequent calls to continue tokenizing the same string contain NULL as the first argument. c) The length of the current token is returned by each call. d) If there are no more tokens when the function is called, NULL is returned.

Computer Science & Information Technology