Multiple Choice
In order to preserve an image's aspect ratio (so it does not appear stretched or distorted) , you should use which of the following? Assume myView references an ImageView object.
A) myView.setPreserveRatio(false) ;
B) myView.setPreserveRatio(true) ;
C) myView.setPreserveRatio() ;
D) Either (a) or (c) would work.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: The _ layout container arranges the contents
Q14: Which of the following import statements is
Q15: All JavaFX applicatons must extend the Application
Q18: When an event takes place, the control
Q22: In a JavaFX application, you are limited
Q23: Which of the following import statements is
Q27: The BorderPane container always displays its content
Q28: Which of the following statements correctly adds
Q33: Select all that apply. Which of the
Q35: An event object is created when an