+ Implemented the main.fxml and its controller (MusicController)

+ Added Icon
+ Added actual songs
+ Created a song class
This commit is contained in:
2026-05-25 11:29:22 +03:30
parent fa5f8ab267
commit ee473f55e7
14 changed files with 235 additions and 27 deletions
+5
View File
@@ -24,6 +24,11 @@
<artifactId>javafx-fxml</artifactId>
<version>21</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>21</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>