FXML

User interfaces for JavaFX can be written in code as well as in an XML format called FXML. This format is also used by the Scene Builder tool with which you can create user interfaces.

More details about the syntax and keywords of fxml:

  • Directives for information about what fxml can do
  • Nesting on how to de-clutter your FXML files by extracting contents into other files and creating your own FXML controls.