some clean up and first bits for poster mode GUI logic

This commit is contained in:
2019-05-15 17:14:15 +02:00
parent ea9e740552
commit 7dbe0d46d8
5 changed files with 198 additions and 16 deletions

View File

@ -27,19 +27,19 @@
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>12</version>
<version>12.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>12</version>
<version>12.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-media</artifactId>
<version>12</version>
<version>12.0.1</version>
</dependency>
<dependency>