Exam 12: Java-Fx: Advanced Controls

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

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

B

Select all that apply. Which of the following ComboBox methods require a boolean argument?

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

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

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)

The __________ class is used to create a menu bar.

(Multiple Choice)
4.8/5
(43)

To build a menu system you must

(Multiple Choice)
4.8/5
(39)

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

Filters

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