Multiple Choice
If nameList is an instance of a JList component, which of the following statements would display 4 rows in nameList.
A) nameList.setDisplayRowCount(4) ;
B) nameList.setShowRowCount(4) ;
C) nameList.setVisibleRowCount(4) ;
D) nameList.setRowCount(4) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: What will be displayed when the following
Q12: The appearance of a particular system's GUI
Q13: Which of the following statements creates a
Q14: If myList is a JList component, what
Q15: Just like regular radio button components, you
Q17: You assign a tool tip to a
Q18: If multiple items have been selected in
Q19: The ListSelectionListener interface is in the _
Q20: To change an application's look and feel,
Q21: What type of event is generated by