Exam 15: Using Javafx and Scene Builder
Exam 1: Creating Your First Java Classes76 Questions
Exam 2: Using Data81 Questions
Exam 3: Using Methods, Classes and Objects79 Questions
Exam 4: More Object Concepts84 Questions
Exam 5: Making Decisions80 Questions
Exam 6: Looping77 Questions
Exam 7: Characters, Strings and the Stringbuilder82 Questions
Exam 8: Arrays77 Questions
Exam 9: Advanced Array Concepts80 Questions
Exam 10: Introduction to Inheritance78 Questions
Exam 11: Advanced Inheritance Concepts78 Questions
Exam 12: Exception Handling79 Questions
Exam 13: File Input and Output78 Questions
Exam 14: Introduction to Swing Components79 Questions
Exam 15: Using Javafx and Scene Builder65 Questions
Select questions type
Match each term with the correct statement below.
Premises:
Executes when an application is finished
Responses:
launch()
start()
Stage class
Correct Answer:
Premises:
Responses:
(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:
Premises:
Responses:
(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:
Premises:
Responses:
(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)
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:
Premises:
Responses:
(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)
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)
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)
Showing 21 - 40 of 65
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)