Add basic help page

lsafej
This commit is contained in:
2025-04-08 21:12:33 -07:00
parent af555112b2
commit ab48e726af
7 changed files with 80 additions and 1 deletions

View File

@ -57,6 +57,11 @@
<artifactId>javafx-controls</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-web</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>