deps: add javafx-media dependency to pom.xml

This commit is contained in:
2026-05-27 11:23:34 -07:00
parent fa5f8ab267
commit 5a94ae8cec
4 changed files with 13 additions and 0 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.0.4</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
@@ -0,0 +1,4 @@
package sbu.javafx;
public class PlayListController {
}
+4
View File
@@ -0,0 +1,4 @@
package sbu.javafx;
public class Song {
}