Multiple Choice
When you create an instance of the JList class:
A) you pass an array of objects to the constructor
B) the list has a default selection mode of Single Selection Mode
C) the values in the list are automatically sorted
D) you must indicate the maximum number of list items the user may select at any one time
Correct Answer:

Verified
Correct Answer:
Verified
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
Q24: The ImageIcon class supports all the following
Q25: This is a specialized dialog box that
Q27: A tool tip is:<br>A) a guide provided
Q28: If a user enters a value in
Q29: To force the JFrame that encloses a
Q30: When an item in a Jlist object
Q31: If addressList is a JList component, what