Exam 14: Creating GUI Applications with JavaFX
Exam 1: Introduction to Computers and Java40 Questions
Exam 2: Java Fundamentals40 Questions
Exam 3: A First Look at Classes and Objects40 Questions
Exam 4: Decision Structures40 Questions
Exam 5: Loops and Files40 Questions
Exam 6: A Second Look at Classes and Objects40 Questions
Exam 7: Arrays and the ArrayList Class40 Questions
Exam 8: Text Processing and Wrapper Classes40 Questions
Exam 9: Inheritance40 Questions
Exam 10: Exceptions and Advanced File I/O40 Questions
Exam 11: GUI Applications–Part 140 Questions
Exam 12: GUI Applications–Part 240 Questions
Exam 13: Applets and More40 Questions
Exam 14: Creating GUI Applications with JavaFX40 Questions
Exam 15: Recursion20 Questions
Exam 16: Databases40 Questions
Select questions type
In a scene graph, the root node and branch nodes can have children, but leaf nodes cannot.
Free
(True/False)
4.8/5
(28)
Correct Answer:
True
Oracle provides a free design tool named ________ that you can use to visually create a GUI.
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
C
This is a graphical window or a system of graphical windows presented by an application for interaction with the user.
Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
A
To change the image being displayed in an ImageView component as the application is running, you pass a reference to an Image object as an argument to this method.
(Multiple Choice)
4.7/5
(36)
Although these are often displayed in groups, they are not usually grouped in a toggle group like RadioButtons are.
(Multiple Choice)
4.8/5
(33)
In addition to accepting input from the keyboard, GUIs typically accept input from a mouse, or a touch screen.
(True/False)
4.8/5
(33)
Like RadioButtons, CheckBoxes may be selected or deselected at run time.
(True/False)
4.9/5
(37)
Because only one RadioButton in a toggle group can be selected at any given time, the buttons are said to be this.
(Multiple Choice)
4.8/5
(43)
To place a component in a GUI, you simply drag it from the Library Panel, and drop it into the
(Multiple Choice)
4.7/5
(36)
Even if a variable will not reference a component in the GUI, it is necessary to precede the declaration by the @FMXL annotation.
(True/False)
4.8/5
(29)
The ________ is responsible for handling events that occur while the JavaFX application is running.
(Multiple Choice)
4.9/5
(39)
In JavaFX, the components that are in a GUI are organized as a UML diagram.
(True/False)
5.0/5
(38)
In the controller class, you can use the CheckBox's ________ method to determine whether the CheckBox is selected or not.
(Multiple Choice)
4.8/5
(34)
This is a component that can hold other components inside of it.
(Multiple Choice)
4.9/5
(39)
This variable references the window that the GUI will be displayed in.
(Multiple Choice)
5.0/5
(43)
A ________ is a tree-like, hierarchical data structure that contains nodes.
(Multiple Choice)
4.7/5
(45)
This Scene Builder panel allows you to work with a component's properties, layout, and code.
(Multiple Choice)
4.8/5
(36)
As an alternative for manually typing the code for the controller class, Scene Builder can provide a sample "skeleton" for the controller class.
(True/False)
4.8/5
(37)
The Application class's ________ method is the main entry point for a JavaFx application.
(Multiple Choice)
5.0/5
(42)
You can use JavaFX to create standalone graphics applications that run on your local computer, applications that run from a remote server, or applications that are embedded in a Web page.
(True/False)
4.8/5
(31)
Showing 1 - 20 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)