diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-03-05 18:58:09 -0800 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-03-05 18:58:09 -0800 |
| commit | 3bb875f60ce8912ae3a303ff7c712a79fb143633 (patch) | |
| tree | 885ed160f7706e7b4f9846b4bf3ddfbd453b7367 /pom.xml | |
| parent | 799811b85b6ca345f197a851763cf0c2198368b8 (diff) | |
Added listen button to open file using default app when editing tags
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -51,6 +51,11 @@ <artifactId>jgoodies-forms</artifactId>
<version>1.8.0</version>
</dependency>
+ <dependency>
+ <groupId>org.openjfx</groupId>
+ <artifactId>javafx-controls</artifactId>
+ <version>19</version>
+ </dependency>
</dependencies>
<build>
|
