June 2017
Beginner
1296 pages
69h 23m
English
This section overviews several JavaFX 9 changes and enhancements.
Java SE 9’s biggest new software-engineering feature is the module system. This applies to JavaFX 9 as well. The key JavaFX 9 modules are:
javafx.base—Contains the packages required by all JavaFX 9 apps. All the other JavaFX 9 modules depend on this one.
javafx.controls—Contains the packages for controls, layouts and charts, including the various controls we demonstrated in this chapter and Chapter 12.
javafx.fxml—Contains the packages for working with FXML, including the FXML features we demonstrated in this chapter and Chapter 12.
javafx.graphics—Contains the packages for working with graphics, animation, ...
Read now
Unlock full access