Use webview svg

This commit is contained in:
2026-03-11 13:45:48 -06:00
parent 2777ca2a74
commit fa89073272
5 changed files with 56 additions and 204 deletions

View File

@@ -25,6 +25,11 @@
<artifactId>javafx-fxml</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-web</artifactId>
<version>${javafx.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>