This project now includes a Maven setup so it runs on macOS without requiring a Windows-local JavaFX SDK path.
- Java 21 (or newer)
- Maven 3.9+
From the project root:
mvn clean javafx:runMaven will download the correct JavaFX artifacts for your OS automatically.
- Image files are loaded from
Images/if present. - They can be loaded either:
- from classpath resources (
src/main/resources/Imagesif you later migrate), or - from a local
Images/folder in the project root.
- from classpath resources (
- If an image is missing, the app no longer crashes; it shows a minimal placeholder image.