Exam 13: Javafx Gui
Exam 1: Introduction to Computers, the Internet and Java40 Questions
Exam 2: Introduction to Java Applications; Inputoutput and Operators33 Questions
Exam 3: Introduction to Classes, Objects, Methods and Strings32 Questions
Exam 4: Control Statements: Assignment, and Operators39 Questions
Exam 5: Control Statements: Logical Operators26 Questions
Exam 6: Methods: a Deeper Look38 Questions
Exam 7: Arrays and Arraylists46 Questions
Exam 8: Classes and Objects: a Deeper Look28 Questions
Exam 9: Object-Oriented Programming: Inheritance20 Questions
Exam 10: Object-Oriented Programming: Polymorphism and Interfaces34 Questions
Exam 11: Exception Handling: a Deeper Look27 Questions
Exam 12: Javafx Graphical User Interfaces22 Questions
Exam 13: Javafx Gui20 Questions
Exam 14: Strings, Characters and Regular Expressions26 Questions
Exam 15: Files, Inputoutput Streams, Nio and Xml Serialization30 Questions
Exam 16: Generic Collections36 Questions
Exam 17: Lambdas and Streams67 Questions
Exam 18: Recursion15 Questions
Exam 19: Searching, Sorting and Big O22 Questions
Exam 20: Generic Classes and Methods: a Deeper Look13 Questions
Exam 21: Custom Generic Data Structures17 Questions
Exam 22: Concurrency54 Questions
Exam 23: Accessing Databases With Jdbc34 Questions
Exam 24: Swing Gui Components78 Questions
Exam 25: Graphics and Java 2d19 Questions
Exam 26: Networking13 Questions
Exam 27: Java Persistence Api Jpa16 Questions
Exam 28: Javaserver Faces Web Apps15 Questions
Exam 29: Javaserver Faces Web Apps7 Questions
Exam 30: Swing Gui Components26 Questions
Select questions type
Which of the statements a, b and c is true?
Free
(Multiple Choice)
4.8/5
(29)
Correct Answer:
D
Which of the following statements is false?
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
D
As you build a GUI, recall that it's often easier to manipulate layouts and controls via Scene Builder's ________ window than directly in the stage design area.
Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
B
________ refers to the size and positioning of nodes in the XE "scene graph" scene graph.
(Multiple Choice)
4.8/5
(26)
Which of the following is most closely associated with the statement, "Occurs for a given node when the mouse exits that node's bounds."
(Multiple Choice)
4.8/5
(34)
Package javafx.collections defines ObservableList and other XE "observable collection" observable collection interfaces. The package also contains class ________, which provides static methods for creating and manipulating observable collections.
(Multiple Choice)
4.9/5
(30)
Each TextField has a text property that's returned by its textProperty method as a StringProperty. The StringProperty method ________ receives an XE "ObservableValue interface (JavaFX)" ObservableValue as an argument. When the ObservableValue changes, the bound property is updated accordingly.
(Multiple Choice)
4.9/5
(26)
Though you can individually add items to a ListView, you can also bind a(n) ________ object to the ListView. If you make changes to this object, its observer will automatically be notified of those changes.
(Multiple Choice)
4.8/5
(32)
The argument to ListView method setCellFactory is an implementation of interface ________ (package javafx.util). This generic interface provides a call method that receives one argument and returns an object of the custom ListCell<Type> subclass.
(Multiple Choice)
4.9/5
(30)
Which of the following is most closely associated with the statement, "Occurs for a given node when a drag operation that started in a different node continues over the given node."
(Multiple Choice)
4.9/5
(31)
The ListCell<Type> subclass's ________ method creates the custom presentation. This method is called by the ListView's cell factory when a ListView cell is required-that is, when the ListView is first displayed and when ListView cells are about to scroll onto the screen.
(Multiple Choice)
4.9/5
(31)
To perform an arbitrary task when a property's value changes, you can register a XE "property listener" property ________.
(Multiple Choice)
4.9/5
(31)
JavaFX properties are ________-when a property's value changes, other objects can respond accordingly.
(Multiple Choice)
4.8/5
(38)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)