Exam 15: Using Javafx and Scene Builder
When you are working with Scene Builder, what is the Inspector Panel used for?
The Inspector Panel contains the Properties, Layout, and Code sections. The Properties and Layout sections allow you to set or modify the properties of the currently selected control in the Content panel or in the Hierarchy panel. The Code section enables you to manage the event handling actions to use for the selected control. The list of events from which you can choose is extensive, and includes drag and drop, keyboard, mouse, rotation, swipe, touch, and zoom. The Inspector panel also contains a Search text field that enables you to isolate specific properties that you want to modify.
JavaFX supports ____ animation, in which the transitions of the graphics scenes one to another is controlled by the state of a scene at a particular time.
C
What steps occur when you launch a JavaFX Application ?
When you launch a JavaFX Application , the following steps happen, in order:
The JavaFX runtime constructs an instance of the specified Application class.
The init() method executes.
The start() method executes.
JavaFX waits for the application to finish, which happens when either the application calls Platform.exit() , or the last window in the application has been closed, and then the stop() method executes.
If you define CSS rules on a parent control, the rules will be inherited by all of the children widgets.
In JavaFX, a ____ transition executes multiple transitions concurrently.
____ a widget in the Content panel places that control in edit mode.
Which Scene Builder section displays the path to a selected element?
In JavaFX, ____ transitions let you create animations using a technique similar to creating an animation using frames, as in a movie.
What code should you add to your application's start() method so that the primary stage is sent and displayed?
Which Scene Builder section is the scene container where you position the widgets to create your FXML layout?
Which class helps manage the layout of the Scene , and contains objects, such as buttons?
____ is a development technique in which the programmer can use a mouse or touch screen to move a component from one part of a screen to another.
____ languages are used to design the presentation, formatting, layout, and style of text.
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)