Add error display for lost connections

This commit is contained in:
Manfred Karrer 2015-04-17 13:42:29 +02:00
parent 24d29eaa83
commit 0344235a23
9 changed files with 434 additions and 323 deletions

View file

@ -105,9 +105,9 @@ public class UpdateProcess {
}
};
updater.progressProperty().addListener((observableValue, oldValue, newValue) -> {
/* updater.progressProperty().addListener((observableValue, oldValue, newValue) -> {
log.trace("progressProperty newValue = " + newValue);
});
});*/
log.info("Checking for updates!");
updater.setOnSucceeded(event -> {