- Added a few runLater(...) to prevent deadlocks and to ensure proper thread.
- Moved "Platform." into static import and omitted from quite a few runLater(...) invocations.
https://github.com/subshare/subshare/issues/38
- Added listener to update UI after certification.
- Added runLater(...) to prevent deadlock in case of PropertyChangeListener.
Revision
528
by Marco Nguitragool-Schulze:
- Added a few runLater(...) to prevent deadlocks and to ensure proper thread. - Moved "Platform." into static import and omitted from quite a few runLater(...) invocations.