Work on SettingsWindow and Server

This commit is contained in:
bryce
2024-11-03 21:40:40 +13:00
parent 58f3773392
commit 8a5488f331
16 changed files with 194 additions and 27 deletions

View File

@@ -25,6 +25,11 @@
<artifactId>javafx-fxml</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-graphics</artifactId>
<version>${javafx.version}</version> <!-- Update to the JavaFX version you are using -->
</dependency>
<!-- Other dependencies can be added here as needed -->
</dependencies>