-
00:00
1.
Java Programming: JavaFX - Basics
-
00:35
2.
Outline (Ch 14)
-
04:46
3.
Java GUI framweworks
-
08:57
4.
Basic Structure of a JavaFX Program
-
11:39
5.
A Simple Example: MyJavaFX
-
17:07
6.
Example: MultipleStageDemo
-
18:14
7.
Panes, UI Controls, and Shapes
-
20:37
8.
Example: ButtonInPane
-
22:08
9.
Displaying a Circle (Shape)
-
22:53
10.
Binding Properties: ShowCircleCentered
-
28:42
11.
Uni/Bidirectional Binding: BindingDemo
-
31:25
12.
Common Properties and Methods for Nodes: NodeStyleRotateDemo
-
33:31
13.
The Color Class
-
34:24
14.
The Font Class: FontDemo
-
35:36
15.
The Image and ImageView Classes
-
37:24
16.
Example: Image and ImageView
-
39:13
17.
Layout Panes
-
42:26
18.
FlowPane (ShowFlowPane)
-
44:08
19.
GridPane (ShowGridPane)
-
46:24
20.
BorderPane (ShowBorderPane)
-
47:39
21.
HBox and VBox (ShowHBoxVBox)
-
47:40
22.
BorderPane (ShowBorderPane)
-
49:19
23.
HBox and VBox (ShowHBoxVBox)
-
52:25
24.
Shapes
-
53:03
25.
Text
-
53:54
26.
Text Example: ShowText
-
55:14
27.
Line (ShowLine)
-
56:38
28.
Rectangle
-
57:08
29.
Rectangle Example (ShowRectangle)
-
57:24
30.
Rectangle
-
58:30
31.
Rectangle Example (ShowRectangle)
-
59:25
32.
Circle
-
59:38
33.
Ellipse (ShowEllipse)
-
1:00:32
34.
Arc
-
1:01:23
35.
Arc Examples (ShowArc)
-
1:02:58
36.
Polygon and Polyline
-
1:03:27
37.
Polygon Example: ShowPolygon
-
1:06:25
38.
Case Study: The ClockPane Class
-
1:10:03
39.
Conclusions