This commit is contained in:
2026-06-07 21:23:47 +03:30
parent fa5f8ab267
commit 97a190a7ba
30 changed files with 683 additions and 32 deletions
+7 -2
View File
@@ -11,7 +11,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>5.10.2</junit.version> </properties>
<junit.version>5.10.2</junit.version> </properties>
<dependencies>
<dependency>
@@ -24,8 +24,13 @@
<artifactId>javafx-fxml</artifactId>
<version>21</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>21</version>
</dependency>
<dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>