Exam 12: Graphical User Interfaces Using Java FX
Exam 1: Introduction to Programming and the Java Language47 Questions
Exam 2: Programming Building Blocks- Java Basics57 Questions
Exam 3: Object-Oriented Programming, Part 1: Using Classes62 Questions
Exam 4: Introduction to Graphical Applications57 Questions
Exam 5: Flow of Control, Part 1: Selection68 Questions
Exam 6: Flow of Control, Part 2: Looping67 Questions
Exam 7: Object-Oriented Programming, Part 2: User-Defined Classes78 Questions
Exam 8: Single-Dimensional Arrays63 Questions
Exam 9: Multidimensional Arrays and the Arraylist Class62 Questions
Exam 10: Object-Oriented Programming, Part 3: Inheritance, Polymorphism, and Interfaces61 Questions
Exam 11: Exceptions, and Input Output Operations77 Questions
Exam 12: Graphical User Interfaces Using Java FX89 Questions
Exam 13: Recursion59 Questions
Exam 14: An Introduction to Data Structures69 Questions
Exam 15: Running Time Analysis56 Questions
Exam 16: RGB Colors, Decimal Conversion, Java Naming, and Random Number Generation110 Questions
Select questions type
The __________ class, a direct subclass of Region, represents an object that can be displayed.
Free
(Short Answer)
4.8/5
(43)
Correct Answer:
Control
In JavaFX, which of the following is correct regarding Label versus ComboBox?
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
B
The repaint method automatically calls the paint method.
Free
(True/False)
4.7/5
(33)
Correct Answer:
True
With JavaFX, it is easy to organize our code using the Model-View-Controller architecture.
(True/False)
4.9/5
(32)
Which of the following types of animation does JavaFX not support?
(Multiple Choice)
4.9/5
(29)
In JavaFX, in order to organize components in a grid, we use the __________ class.
(Multiple Choice)
4.8/5
(41)
A text box is a component that would allow users to select as many preferred features as they like from a list of options.
(True/False)
4.8/5
(32)
The following organization, in terms of which class inherits from which class, is correct: The Control class inherits from the Region class, which inherits from Parent class, which inherits from Node class, which inherits directly from Object.
(True/False)
4.8/5
(31)
The interface that we need to implement to handle a Slider event is __________; its only method is _____________.
(Multiple Choice)
4.9/5
(42)
If we call methods of a component before it is instantiated, then we will generate a(n) __________ at run time.
(Short Answer)
4.8/5
(28)
fx:define defines a name that can be referenced across the FXML application.
(True/False)
4.9/5
(44)
To display the stage in a window, we must make a call to the method __________.
(Short Answer)
4.9/5
(39)
If a class implements a listener, it cannot listen to events the class generates.
(True/False)
4.8/5
(42)
GUI programming uses a(n) _____________ model of programming.
(Multiple Choice)
4.8/5
(38)
The getTouchPoint method of the TouchEvent class returns a(n) __________.
(Short Answer)
4.9/5
(32)
Showing 1 - 20 of 89
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)