CHAPTER 29
Understanding FXML
In this chapter, you will learn:
- What FXML is
- How to edit an FXML document
- The structure of an FXML document
- How to create objects in an FXML document
- How to specify the location of resources in FXML documents
- How to use resource bundles in FXML documents
- How to refer to other FXML documents from an FXML document
- How to refer to constants in FXML documents
- How to refer to other elements and how to copy elements in FXML documents
- How to bind properties in FXML documents
- How to create custom controls using FXML
What Is FXML?
FXML is an XML-based language designed to build the user interface for JavaFX applications. ...
Get Learn JavaFX 8: Building User Experience and Interfaces with Java 8 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.