Exam 15: Creating GUI Applications With Javafx and Scene Builder
Exam 1: Introduction to Computers and Java51 Questions
Exam 2: Java Fundamentals61 Questions
Exam 3: Decision Structures64 Questions
Exam 4: Loops and Files57 Questions
Exam 5: Methods60 Questions
Exam 6: A First Look at Classes58 Questions
Exam 7: Arrays and the Arraylist Class64 Questions
Exam 8: A Second Look at Classes and Objects50 Questions
Exam 9: Text Processing and More About Wrapper Classes60 Questions
Exam 10: Inheritance70 Questions
Exam 11: Exceptions and Advanced File IO56 Questions
Exam 12: A First Look at GUI Applications60 Questions
Exam 13: Advanced GUI Applications58 Questions
Exam 14: Applets and More54 Questions
Exam 15: Creating GUI Applications With Javafx and Scene Builder40 Questions
Exam 16: Recursion42 Questions
Exam 17: Databases48 Questions
Select questions type
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.7/5
(43)
In JavaFX, the components that are in a GUI are organized as a UML diagram.
(True/False)
4.8/5
(30)
The ________ is responsible for handling events that occur while the JavaFX application is running.
(Multiple Choice)
4.8/5
(29)
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)
5.0/5
(31)
The Scene Builder ________ provides a list of JavaFX components that you can use in an application.
(Multiple Choice)
4.8/5
(32)
Like RadioButtons, CheckBoxes may be selected or deselected at run time.
(True/False)
4.7/5
(35)
To place a component in a GUI, you simply drag it from the Library Panel, and drop it into the:
(Multiple Choice)
4.8/5
(33)
Which of the following does not belong in a JavaFX scene graph?
(Multiple Choice)
4.8/5
(37)
Which of the following is TRUE concerning the sample controller skeleton provided by Scene Builder?
(Multiple Choice)
4.8/5
(30)
Once you have written and compiled the controller class, you must go back into Scene Builder and register the controller class to the application's GUI.
(True/False)
4.7/5
(34)
Which of the following import statements is necessary to make the connection between the controller class and the application's FXML file?
(Multiple Choice)
4.7/5
(24)
A window in a GUI commonly consists of several ________ that present data to the user and/or allow interaction with the application.
(Multiple Choice)
4.8/5
(33)
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
(40)
In the controller class, you can use the RadioButton's ________ method to determine whether the RadioButton is selected or not.
(Multiple Choice)
4.8/5
(35)
A simple ________ application uses a main application class, and a controller class.
(Multiple Choice)
4.8/5
(43)
This Scene Builder panel allows you to work with a component's properties, layout, and code.
(Multiple Choice)
4.8/5
(33)
Once you have created a GUI with Scene Builder, and saved it to an FXML file, you need to write a Java class that performs which of the following?
(Multiple Choice)
4.8/5
(31)
This is a component that can hold other components inside of it.
(Multiple Choice)
4.8/5
(42)
You can write a JavaFX GUI application using nothing but Java code.
(True/False)
5.0/5
(30)
This section of the Inspector Panel allows you to register the controller class and event listeners with the GUI.
(Multiple Choice)
4.8/5
(36)
Showing 21 - 40 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)