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
In JavaFX, selecting a radio button fires both an ItemEvent and an ActionEvent.
(True/False)
4.8/5
(44)
It is good OOP design to separate the functionality of a program from the GUI that enables a user to interact with the program.
(True/False)
4.8/5
(29)
To set the title of a window, we set the title of the _________.
(Short Answer)
4.9/5
(44)
The EventHandler interface uses __________, whose type we specify depending on the type of event we want to handle.
(Short Answer)
4.8/5
(38)
Inside an FXML file, to make a group of RadioButtons mutually exclusive, we assign to them the same value for the __________ attribute.
(Multiple Choice)
4.8/5
(31)
The __________ class, part of the javafx.scne.media package, enables us to play short sounds.
(Multiple Choice)
4.9/5
(30)
It is possible to specify, in the FXML file, a method to be called when the user clicks on a button.
(True/False)
4.8/5
(36)
GridPane would be the best layout container for a monthly calendar to keep track of classes, exams, and social events.
(True/False)
4.7/5
(33)
We can use the __________ method to set the number of times that a JavaFX animation repeats.
(Multiple Choice)
4.7/5
(34)
When writing a class handling the selection of a slider, what interface should be implemented?
(Multiple Choice)
4.8/5
(34)
Using a BorderPane, which position expands to fill any remaining place?
(Multiple Choice)
4.8/5
(33)
Showing 41 - 60 of 89
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)