I implemented the Play action and added the music files and song details.

This commit is contained in:
Matin
2026-05-30 02:28:25 +04:30
parent 2b5af885c9
commit 4a8f4d0f84
8 changed files with 135 additions and 24 deletions
+5
View File
@@ -14,6 +14,11 @@
<junit.version>5.10.2</junit.version> </properties>
<dependencies>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>21</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>