Exam 12: Graphical User Interfaces Using Java FX

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

The __________ class, a direct subclass of Region, represents an object that can be displayed.

Free
(Short Answer)
4.8/5
(43)
Correct Answer:
Verified

Control

In JavaFX, which of the following is correct regarding Label versus ComboBox?

Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
Verified

B

The repaint method automatically calls the paint method.

Free
(True/False)
4.7/5
(33)
Correct Answer:
Verified

True

Which of the following can ObservableList not be bound to?

(Multiple Choice)
4.9/5
(38)

With JavaFX, it is easy to organize our code using the Model-View-Controller architecture.

(True/False)
4.9/5
(32)

Which of the following types of animation does JavaFX not support?

(Multiple Choice)
4.9/5
(29)

A combo box will allow the user to choose among a list of items.

(True/False)
4.9/5
(39)

In JavaFX, in order to organize components in a grid, we use the __________ class.

(Multiple Choice)
4.8/5
(41)

A text box is a component that would allow users to select as many preferred features as they like from a list of options.

(True/False)
4.8/5
(32)

The following organization, in terms of which class inherits from which class, is correct: The Control class inherits from the Region class, which inherits from Parent class, which inherits from Node class, which inherits directly from Object.

(True/False)
4.8/5
(31)

The interface that we need to implement to handle a Slider event is __________; its only method is _____________.

(Multiple Choice)
4.9/5
(42)

If we call methods of a component before it is instantiated, then we will generate a(n) __________ at run time.

(Short Answer)
4.8/5
(28)

Which package does the EventHandler interface belong to?

(Multiple Choice)
4.9/5
(41)

fx:define defines a name that can be referenced across the FXML application.

(True/False)
4.9/5
(44)

To display the stage in a window, we must make a call to the method __________.

(Short Answer)
4.9/5
(39)

Selecting a radio button generates a(n):

(Multiple Choice)
4.8/5
(39)

If a class implements a listener, it cannot listen to events the class generates.

(True/False)
4.8/5
(42)

GUI programming uses a(n) _____________ model of programming.

(Multiple Choice)
4.8/5
(38)

Clicking on a button generates:

(Multiple Choice)
4.9/5
(36)

The getTouchPoint method of the TouchEvent class returns a(n) __________.

(Short Answer)
4.9/5
(32)
Showing 1 - 20 of 89
close modal

Filters

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