Exam 15: Using Javafx and Scene Builder

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags
Match each term with the correct statement below.
Premises:
Executes when an application is finished
Responses:
launch()
start()
Stage class
Correct Answer:
Verified
Premises:
Responses:
Executes when an application is finished
launch()
(Matching)
4.7/5
(32)

Which Scene Builder section contains various widgets you can use to create your layout?

(Multiple Choice)
4.8/5
(44)
Match each term with the correct statement below.
Premises:
Method that performs most of the work of an Application
Responses:
StackPane
Group
Stage class
Correct Answer:
Verified
Premises:
Responses:
Method that performs most of the work of an Application
StackPane
(Matching)
4.8/5
(36)

Which of the following is an abstract method that must  be overriden in a JavaFX application?

(Multiple Choice)
4.8/5
(31)
Match each term with the correct statement below.
Premises:
Represents the entire window in an application
Responses:
Group
start()
init()
Correct Answer:
Verified
Premises:
Responses:
Represents the entire window in an application
Group
(Matching)
4.8/5
(35)

Which three methods are called automatically when a JavaFX application runs?

(Multiple Choice)
4.8/5
(41)

With  JavaFX Scene Builder, you design the UI for JavaFX applications by writing FXML code.

(True/False)
4.8/5
(28)

JavaFX and Swing  can be used concurrently in the same application.

(True/False)
4.9/5
(31)

How can you edit an existing CSS file from inside Scene Builder?

(Essay)
4.9/5
(34)

Scene Builder allows for ____, which means changes are implemented as they are added, and you see a preview of the UI without the need to recompile your code.

(Multiple Choice)
4.8/5
(35)

How are style properties viewed, by default, in the CSS Analyzer?

(Multiple Choice)
4.9/5
(41)
Match each term with the correct statement below.
Premises:
Provides the entry point for a JavaFX application
Responses:
StackPane
init()
stop()
Correct Answer:
Verified
Premises:
Responses:
Provides the entry point for a JavaFX application
StackPane
(Matching)
4.9/5
(37)

CSS code is said to be ____ because the lowest line of code on the sheet is the most relevant to the styling of the document.

(Multiple Choice)
4.9/5
(38)

 Scene Builder uses JavaFX ____ FX8 CSS style by default when you drag and drop controls onto the Content panel. 

(Multiple Choice)
4.8/5
(44)

In the context of JavaFX animations, what is "interpolation"?

(Essay)
4.9/5
(35)

Suppose the main window of a JavaFX application is a  Stage object named primaryStage . How can you set the title for the main window to "Hello world!"?

(Essay)
4.7/5
(44)

A(n) ____ language is a high-level language that defines the desired result without explicitly listing the commands or steps that must be performed in order to accomplish a particular task.

(Multiple Choice)
4.9/5
(39)

A semicolon is required at the end of a line of code in CSS.

(True/False)
4.9/5
(36)

JavaFX animations use a container called ____, which allows the developer to position objects that are rendered in the order of the node.

(Multiple Choice)
4.8/5
(48)

Controls in a GUI screen are often called ____.

(Multiple Choice)
4.8/5
(24)
Showing 21 - 40 of 65
close modal

Filters

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