Solved

If NameList Is an Instance of a JList Component, Which

Question 16

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions