Multiple Choice
Which of the following statements will set a ListView control, puppyListView, to be 300 pixels high and 200 pixels wide?
A) puppyListView.setSize(200, 300) ;
B) puppyListView.setSize(300, 200) ;
C) puppyListView.setPrefSize(200, 300) ;
D) puppyListView.setPrefSize(300, 200) ;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: To create a mutually exclusive relationship between
Q7: Which of the following statements creates an
Q8: Select all that apply. Which of the
Q9: Select all that apply. Which of the
Q10: Which of the following will create a
Q12: Styles specified with the .root selector take
Q13: In the hexadecimal color value #CCAA99, the
Q14: If you have two RadioButtons (dogRadio and
Q15: In JavaFX all CSS properties begin with
Q16: The _ class is used to create