Exam 12: Graphical User Interfaces Using Java FX

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

In JavaFX, selecting a radio button fires both an ItemEvent and an ActionEvent.

(True/False)
4.8/5
(44)

It is good OOP design to separate the functionality of a program from the GUI that enables a user to interact with the program.

(True/False)
4.8/5
(29)

Selecting a checkbox generates a(n):

(Multiple Choice)
4.7/5
(46)

To set the title of a window, we set the title of the _________.

(Short Answer)
4.9/5
(44)

The _________ component is encapsulated by the Label class.

(Short Answer)
4.8/5
(37)

The EventHandler interface does not use generics.

(True/False)
4.8/5
(42)

The EventHandler interface uses __________, whose type we specify depending on the type of event we want to handle.

(Short Answer)
4.8/5
(38)

The GUI of an application can be coded using FXML.

(True/False)
4.9/5
(37)

Inside an FXML file, to make a group of RadioButtons mutually exclusive, we assign to them the same value for the __________ attribute.

(Multiple Choice)
4.8/5
(31)

The __________ class, part of the javafx.scne.media package, enables us to play short sounds.

(Multiple Choice)
4.9/5
(30)

The view in a GUI application can be made in an FXML file.

(True/False)
4.9/5
(42)

It is possible to specify, in the FXML file, a method to be called when the user clicks on a button.

(True/False)
4.8/5
(36)

GridPane would be the best layout container for a monthly calendar to keep track of classes, exams, and social events.

(True/False)
4.7/5
(33)

Which of the following statements is true?

(Multiple Choice)
4.9/5
(40)

We can use the __________ method to set the number of times that a JavaFX animation repeats.

(Multiple Choice)
4.7/5
(34)

Selecting an item in a combo box generates:

(Multiple Choice)
4.8/5
(43)

It is possible to play an animation in reverse.

(True/False)
4.9/5
(37)

When writing a class handling the selection of a slider, what interface should be implemented?

(Multiple Choice)
4.8/5
(34)

How many areas inside a window does a BorderPane control?

(Multiple Choice)
4.8/5
(34)

Using a BorderPane, which position expands to fill any remaining place?

(Multiple Choice)
4.8/5
(33)
Showing 41 - 60 of 89
close modal

Filters

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