|
|
@@ -16,6 +16,10 @@
|
|
|
<maven.compiler.target>17</maven.compiler.target>
|
|
|
</properties>
|
|
|
<dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.openjfx</groupId>
|
|
|
+ <artifactId>javafx-fxml</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.openjfx</groupId>
|
|
|
<artifactId>javafx-controls</artifactId>
|