- Added settings (references #88)

- Added dependency EasyBind to UI
- Using property bindings instead of listeners in lots of places of the UI now
This commit is contained in:
Sebastian Stenzel
2016-03-01 20:47:15 +01:00
parent ca929241f2
commit 94b8726379
21 changed files with 513 additions and 508 deletions
+6
View File
@@ -50,6 +50,12 @@
<groupId>org.cryptomator</groupId>
<artifactId>frontend-webdav</artifactId>
</dependency>
<!-- EasyBind -->
<dependency>
<groupId>org.fxmisc.easybind</groupId>
<artifactId>easybind</artifactId>
</dependency>
<!-- JSON -->
<dependency>