Replace JavaFX-Application based UIs with FX-embedded-in-swing

This commit is contained in:
Shadowrs
2018-12-09 12:26:24 +00:00
parent 930a23b558
commit aed8cd012b
5 changed files with 46 additions and 20 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<groupId>org.parabot</groupId>
<artifactId>client</artifactId>
<version>2.7</version>
<version>2.7.1</version>
<packaging>jar</packaging>
@@ -73,7 +73,7 @@
<dependency>
<groupId>org.parabot</groupId>
<artifactId>internal-api</artifactId>
<version>1.52.1</version>
<version>1.53.1</version>
</dependency>
</dependencies>