Exam 13: Java-Fx: Advanced Controls

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which CSS type selector corresponds with the TextField JavaFX class?

Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
Verified

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:
Verified

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:
Verified

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)

In JavaFX all CSS properties begin with -fx-.

(True/False)
4.8/5
(33)

The __________ class is used to create a menu bar.

(Multiple Choice)
4.9/5
(33)

To build a menu system you must __________.

(Multiple Choice)
4.8/5
(36)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)