Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most UI elements are defined in fxml files in the view package, under the source folder "resources". However there are a few Java classes in the view package under the "java" source folder.

All fxml components need a controller to load and interact with the actual elements. These are defined in the controller package.

...