Exam 15: Creating GUI Applications With Javafx and Scene Builder

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

This is a markup language that describes the components in a JavaFX scene graph.

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

D

The Application class's ________ method is the main entry point for a JavaFx application.

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

A

In JavaFX, this component is commonly used as a GUI's root node.

Free
(Multiple Choice)
4.7/5
(30)
Correct Answer:
Verified

B

A(n) ________ is a method that automatically executes when a specific event occurs.

(Multiple Choice)
4.8/5
(41)

Even if a variable will not reference a component in the GUI, it is necessary to precede the declaration by the @FMXL annotation.

(True/False)
4.9/5
(32)

This variable references the window that the GUI will be displayed in.

(Multiple Choice)
4.8/5
(40)

This is a special annotation that must precede any nonpublic field declaration or nonpublic method definition that is used by the FXML file.

(Multiple Choice)
4.9/5
(35)

This is a name that identifies a component in the FXML file and will also become a variable name that you can use later in the Java code that you will write to run the application.

(Multiple Choice)
4.9/5
(38)

This is an action that takes place within a program, such as the clicking of a button.

(Multiple Choice)
5.0/5
(36)

Although these are often displayed in groups, they are not usually grouped in a toggle group like RadioButtons are.

(Multiple Choice)
4.8/5
(34)

A ________ is a tree-like, hierarchical data structure that contains nodes.

(Multiple Choice)
4.7/5
(30)

In a scene graph, the root node and branch nodes can have children, but leaf nodes cannot.

(True/False)
4.8/5
(32)

As an alternative for manually typing the code for the controller class, Scene Builder can provide a sample "skeleton" for the controller class.

(True/False)
4.9/5
(37)

FXML uses tags to organize data, in a manner similar to the way that HTML uses tags to format text in a Web browser.

(True/False)
4.9/5
(37)

________ are useful when you want the user to select one choice from several possible options.

(Multiple Choice)
4.9/5
(35)

This is a graphical window or a system of graphical windows presented by an application for interaction with the user.

(Multiple Choice)
4.9/5
(34)

You can use this component to display images in an application's GUI.

(Multiple Choice)
4.8/5
(41)

In addition to accepting input from the keyboard, GUIs typically accept input from a mouse, or a touch screen.

(True/False)
4.8/5
(33)

You can use JavaFX to create standalone graphics applications that run on your local computer, applications that run from a remote server, or applications that are embedded in a Web page.

(True/False)
4.8/5
(39)

Oracle provides a free design tool named ________ that you can use to visually create a GUI.

(Multiple Choice)
4.7/5
(38)
Showing 1 - 20 of 40
close modal

Filters

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