Exam 15: Using Javafx and Scene Builder

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

A JavaFX animation uses a container called Anchor Pane.

(True/False)
5.0/5
(35)

The center of the Screen Builder screen holds the ____ pane where you can drag and drop controls onto the stage. 

(Multiple Choice)
4.9/5
(42)

When using Scene Builder, how can you manipulate the graphical elements used in your FXML layout?

(Essay)
4.9/5
(41)

When using Scene Builder, how can you reorder widgets?

(Essay)
4.8/5
(38)

In the CSS Analyzer panel, which button allows you to select a widget in the Control Panel?

(Multiple Choice)
4.9/5
(31)

Pressing Return/Enter if a widget is selected, places that control in edit mode.

(True/False)
4.9/5
(31)

Which Scene Builder section contains the Hierarchy section and Controller section?

(Multiple Choice)
4.9/5
(42)

____  is a GUI design tool that allows the developer to create a user interface visually without having to spend a lot of time trying to position all the controls within the interface.

(Multiple Choice)
4.9/5
(39)

In Scene Builder, the controller panel is where you connect the GUI to the Java code in your IDE.

(True/False)
4.8/5
(35)
Match each term with the correct statement below.
Premises:
Holds content inside a window
Responses:
StackPane
launch()
init()
Correct Answer:
Verified
Premises:
Responses:
Holds content inside a window
StackPane
(Matching)
4.8/5
(33)

____ is a declarative markup language used to define UIs.

(Multiple Choice)
4.8/5
(27)
Match each term with the correct statement below.
Premises:
Class used by transitions
Responses:
start()
stop()
Scene class
Correct Answer:
Verified
Premises:
Responses:
Class used by transitions
start()
(Matching)
4.8/5
(37)

In which Scene Builder section do you connect the GUI to the Java code in your IDE?

(Multiple Choice)
4.8/5
(33)

The StackPane  ____ node is the topmost layout and is passed to the scene constructor. 

(Multiple Choice)
4.9/5
(41)

____ is a style sheet language that describes the presentation of documents.

(Multiple Choice)
5.0/5
(36)

When you use Scene Builder, you build the UI by dragging components onto a Scene and the ____ code for the layout is generated automatically.

(Multiple Choice)
4.8/5
(45)

StackPane is a type of container for layouts.

(True/False)
4.9/5
(36)

JavaFX is designed to replace ____ as the GUI library for Java SE and is included with the standard JDK and JRE.

(Multiple Choice)
4.9/5
(37)

From which class does Application extend from?

(Multiple Choice)
4.8/5
(34)

Which class describes a container for an application?

(Multiple Choice)
4.9/5
(39)
Showing 41 - 60 of 65
close modal

Filters

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