Multiple Choice
To add a tool tip to a component use:
A) the setToolTipText method
B) the addToolTipText method
C) the toolTipText method
D) the appendToolTipText method
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: When using a slider, by default, tick
Q14: Java provides this component for creating lists:<br>A)
Q15: Which of the following is NOT a
Q16: A text field that can be changed
Q17: The JComboBox class is in the:<br>A) javax.swing
Q19: The JMenuBar method is a(n):<br>A) JFrame method<br>B)
Q20: Which of the following is NOT a
Q21: The following statement: textList.setSelectionMode(<br>ListSelectModel.SINGLE_INTERVAL_SELECTION);<br>A) sets the textList
Q22: A menu system may consist of each
Q23: A read-only text field uses the JReadOnlyTextField