Add MediaPlayer

This commit is contained in:
2026-05-26 17:17:26 +03:30
parent 2842cd414c
commit f47d3ec826
8 changed files with 68 additions and 10 deletions
+9 -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,15 @@
<artifactId>javafx-fxml</artifactId>
<version>21</version>
</dependency>
<dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>21</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>