Getting started with FXML
This chapter will show you how to create the most basic JavaFX UI in three steps. This shows the basic organization of such a project and the necessary files and how they tie in together. The result will look like this:
To start, continue with the first part: Project Creation.