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

1) The keyHit event is called when a key is pressed.
2) A tool tip can be assigned to any Swing component.
3) A color chooser is a dialog box.
4) When designing a GUI, the ability of the user is not an important consideration. A GUI should be designed with the lowest common denominator in mind.
5) A mnemonic is a short line of text that will appear when the cursor is rested momentarily on top of the component.

1) F
2) T
3) T
4) F
5) F

Computer Science & Information Technology

You might also like to view...

A TextBox object allows a user to enter programming code into the program during program execution.

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

Computer Science & Information Technology

The style of programming in which the user interacts with a GUI component is called ________ programming.

a) object-oriented b) automatic c) event-driven d) modular

Computer Science & Information Technology