JavaFX Flashcards

1
Q

is the base class of all the layouts in JavaFX

A

Pane

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

top level container similar to a Window

A

Stage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This package provides classes and interfaces to support the scene graph

A

javafx.scene

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It also provide sub classes such as image, chart, canvas

A

javafx.scene

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

This package holds the top level container classes for JavaFX application.

A

javafx.stage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Used to build Rich Internet Applications.

A

JavaFX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Provides various pre-defined classes that represents different types of shapes.

A

JavaFX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Hbox, VBox, Border Pane, Stack Pane, Text Flow, Anchor Pane, Title Pane, Grid Pane, Flow Panel all these class belongs to this package.

A

Javafx.layout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Contains a set of classes responsible for the JavaFX life cycle.

A

javafx.application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Provided a variety of UI controls that allow a smooth interaction between users and applications.

A

JavaFX

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

a hierarchical tree of nodes. It is a tree data structure that holds and arranges nodes.

A

Scene Graph

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

They define how UI elements should be organized on the screen and provide a final look and feel to the GUI

A

Layouts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

These are the core visual elements which the user eventually sees and interacts with.

A

UI elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

These are events which occur when the user interacts with UI elements.

A

Behavior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

used to create special visual effects to the elements like images, text, drawing, etc.

A

Animations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

used to enhance the visual appearance of nodes.

A

Effects

17
Q

Contains classes and interfaces to deliver and handle JavaFX.

A

javafx.event

18
Q

a drawing surface for graphical contents.

A

Scene

19
Q

Contains classes to add CSS–like styling to JavaFX GUI applications.

A

javafx.css