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
What constructor can we use to set the width and height of a window?
(Multiple Choice)
4.7/5
(36)
What are the two methods of the MouseEvent class that enable us to retrieve the x and y coordinates of the mouse?
(Multiple Choice)
4.9/5
(38)
In the BorderPane class, what are setTop, setBottom, setLeft, setRight, and setCenter?
(Essay)
4.9/5
(31)
Inside an FXML file, if we want to specify a method to execute when the user clicks on a button, we give the name of the method as the value of the __________ attribute.
(Multiple Choice)
4.8/5
(34)
When we use a FadeTransition, what parameter do we give from and to values?
(Multiple Choice)
4.8/5
(46)
The method getText of the TextField class (inherited from TextInputControl) returns a String.
(True/False)
4.9/5
(41)
When a PieChart is bound to an ObservableList, if the data in the latter changes, the PieChart is automatically redrawn.
(True/False)
4.8/5
(50)
__________ is a layout container that arranges its components vertically.
(Short Answer)
4.8/5
(36)
We want to provide the user with a choice of continuous values between 20 and 50. What JavaFX component could we use?
(Multiple Choice)
4.9/5
(36)
When creating a GUI application class using JavaFX, which class do we typically extend?
(Multiple Choice)
4.8/5
(30)
In a JavaFX GUI application, a MouseEvent generates if the user clicks with the mouse.
(True/False)
4.8/5
(28)
A private inner class can directly access the fields of the public class that it is in.
(True/False)
4.8/5
(37)
In JavaFX, which package does the ActionEvent class belong to?
(Multiple Choice)
4.9/5
(40)
Showing 21 - 40 of 89
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)