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:

Hello Application

To start, continue with the first part: Project Creation.

Sub chapters:

  1. Project Creation
  2. View
  3. Controller
  4. Running the application