JavaFX Flashcards
is the base class of all the layouts in JavaFX
Pane
top level container similar to a Window
Stage
This package provides classes and interfaces to support the scene graph
javafx.scene
It also provide sub classes such as image, chart, canvas
javafx.scene
This package holds the top level container classes for JavaFX application.
javafx.stage
Used to build Rich Internet Applications.
JavaFX
Provides various pre-defined classes that represents different types of shapes.
JavaFX
Hbox, VBox, Border Pane, Stack Pane, Text Flow, Anchor Pane, Title Pane, Grid Pane, Flow Panel all these class belongs to this package.
Javafx.layout
Contains a set of classes responsible for the JavaFX life cycle.
javafx.application
Provided a variety of UI controls that allow a smooth interaction between users and applications.
JavaFX
a hierarchical tree of nodes. It is a tree data structure that holds and arranges nodes.
Scene Graph
They define how UI elements should be organized on the screen and provide a final look and feel to the GUI
Layouts
These are the core visual elements which the user eventually sees and interacts with.
UI elements
These are events which occur when the user interacts with UI elements.
Behavior
used to create special visual effects to the elements like images, text, drawing, etc.
Animations