Exam 13: Java-Fx: Advanced Controls
Exam 1: Introduction to Computers and Java53 Questions
Exam 2: Java Fundamentals52 Questions
Exam 3: Decision Structures58 Questions
Exam 4: Loops and Files56 Questions
Exam 5: Methods56 Questions
Exam 6: A First Look at Classes58 Questions
Exam 7: Arrays and the Arraylist Class63 Questions
Exam 8: A Second Look at Classes and Objects52 Questions
Exam 9: Text Processing and More About Wrapper Classes62 Questions
Exam 10: Inheritance64 Questions
Exam 11: Exceptions and Advanced File Io59 Questions
Exam 12: Java-Fx: Gui Programming and Basic Controls42 Questions
Exam 13: Java-Fx: Advanced Controls40 Questions
Exam 14: Java-Fx: Graphics, Effects, and Media40 Questions
Exam 15: Recursion23 Questions
Exam 16: Databases40 Questions
Select questions type
Which CSS type selector corresponds with the TextField JavaFX class?
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
B
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 __________.
Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
B
Select all that apply. The SetStyle method is used to apply style rules directly to a JavaFX node. This method __________.
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
B, D
In CSS, selector names that begin with a period are called __________ selectors.
(Multiple Choice)
4.8/5
(32)
CSS uses the RGB color system to define colors and colors can be specified using six hexadecimal numbers preceded by the # symbol.
(True/False)
4.7/5
(40)
To create a mutually exclusive relationship between RadioMenuItem controls, you must group them in a ToggleGroup object.
(True/False)
4.9/5
(41)
Which of the following statements creates an empty TextArea?
(Multiple Choice)
4.9/5
(39)
Select all that apply. Which of the following are possible selection nodes available to the ListView control?
(Multiple Choice)
4.9/5
(38)
Select all that apply. Which of the following classes inherit from the Region class?
(Multiple Choice)
4.9/5
(47)
Which of the following will create a CheckBox that displays pizza and shows up as selected?
(Multiple Choice)
4.9/5
(34)
Which of the following statements will set a ListView control, puppyListView, to be 300 pixels high and 200 pixels wide?
(Multiple Choice)
4.7/5
(41)
Styles specified with the .root selector take precedence over styles applied to any other node.
(True/False)
4.9/5
(42)
In the hexadecimal color value #CCAA99, the CC refers to the __________ color component?
(Multiple Choice)
4.9/5
(25)
If you have two RadioButtons (dogRadio and catRadio), how should you code them to create a mutually exclusive relationship?
(Multiple Choice)
4.7/5
(30)
Which of the following statements will allow a user to type input into a field of a ComboBox named myComboBox?
(Multiple Choice)
4.7/5
(38)
To apply specific styles to all of the nodes in a scene, use the __________ selector.
(Multiple Choice)
4.8/5
(27)
When the user selects an item in a ListView, a change event occurs.
(True/False)
4.8/5
(43)
Showing 1 - 20 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)