Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Starting Out with Java Study Set 1
Quiz 12: Java-Fx: Gui Programming and Basic Controls
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
An event handler class will not be executed unless it has been registered with the correct control.
Question 2
Multiple Choice
To add padding to an HBox you can call the __________ method.
Question 3
Multiple Choice
A(n) __________ is an action that takes place in an application, such as the clicking of a button.
Question 4
Multiple Choice
Programs that operate in a GUI environment must be __________.
Question 5
True/False
Layout containers provide methods for fine-tuning the way controls are arranged.
Question 6
True/False
To display an image in a JavaFX application, you use either the Image or ImageView class.
Question 7
Multiple Choice
One important difference between the command line interface and a GUI interface is that __________.
Question 8
True/False
When programming in JavaFX, you should think of the GUI objects as nodes in a tree-like hierarchical structure known as a scene graph.
Question 9
True/False
A GUI program automatically stops executing when the end of the main method is reached.
Question 10
True/False
When a splash screen is displayed, the application does not load and execute until the user clicks the splash screen image with the mouse.
Question 11
Multiple Choice
For this question, assume myView references an ImageView object. In order to preserve the image's aspect ratio (so it does not appear stretched or distorted) , you should use which of the following?