Exam 12: Java-Fx: Advanced Controls
Exam 1: Introduction to Computers and Java40 Questions
Exam 2: Java Fundamentals40 Questions
Exam 3: A First Look at Classes and Objects40 Questions
Exam 4: Decision Structures42 Questions
Exam 5: Loops and Files40 Questions
Exam 6: A Second Look at Classes and Objects40 Questions
Exam 7: Arrays and the Arraylist Class40 Questions
Exam 8: Text Processing and Wrapper Classes40 Questions
Exam 9: Inheritance40 Questions
Exam 10: Exceptions and Advanced File Io40 Questions
Exam 11: Java-Fx: Gui Programming and Basic Controls40 Questions
Exam 12: Java-Fx: Advanced Controls40 Questions
Exam 13: Java-Fx: Graphics, Effects, and Media40 Questions
Exam 14: Recursion24 Questions
Exam 15: Databases40 Questions
Select questions type
Which of the following statements will allow a user to type input into a field of a ComboBox named myComboBox?
Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
B
Select all that apply. Which of the following ComboBox methods require a boolean argument?
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
C
A ComboBox differs only from a ListView in that a ComboBox must have a minimum of three items.
Free
(True/False)
4.9/5
(39)
Correct Answer:
False
Which of the following will create a CheckBox that displays pizza and shows up as selected?
(Multiple Choice)
4.8/5
(34)
Which of the following statements creates an empty TextArea?
(Multiple Choice)
4.9/5
(35)
Radio buttons are normally used when you want the user to be able to select one or more options from a group of several possible options.
(True/False)
4.7/5
(37)
In a JavaFX applicaton, a CSS type selector corresponds to a specific JavaFX node.
(True/False)
5.0/5
(38)
Select all that apply. Which of the following methods can be used with both ArrayLists and ObservableLists?
(Multiple Choice)
4.8/5
(26)
Which of the following statements will set a ListView control, puppyListView, to be 300 pixels high and 200 pixels wide?
(Multiple Choice)
5.0/5
(42)
When the user selects an item in a ListView, a change event occurs.
(True/False)
4.9/5
(44)
Select all that apply. Which of the following are possible selection nodes available to the ListView control?
(Multiple Choice)
4.8/5
(40)
The type of control normally used when you want the user to only be allowed to select one option from several possible options is the
(Multiple Choice)
4.9/5
(31)
On a Web page, the __________ specifies what information to display and the __________ specifies how that information should be displayed.
(Multiple Choice)
4.9/5
(37)
Which CSS type selector corresponds with the TextField JavaFX class?
(Multiple Choice)
4.8/5
(34)
A TextArea is a multiline TextField that can accept or display several lines of text.
(True/False)
4.9/5
(38)
Select all that apply. The SetStyle method is used to apply style rules directly to a JavaFX node. This method
(Multiple Choice)
4.9/5
(37)
To apply specific styles to all of the nodes in a scene, use the __________ selector.
(Multiple Choice)
4.8/5
(44)
Given the following styles, what size will the text of myLabel be? .root { -fx- font-size: 12pt; }
)label { -fx- font-size: 18pt; }
(Multiple Choice)
4.9/5
(41)
Showing 1 - 20 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)