mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-23 05:55:33 -04:00
Removed javafx Platform dependencies from core
This commit is contained in:
parent
7d4b30e8db
commit
7e6098bdaf
115 changed files with 332 additions and 305 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
package io.bitsquare.app;
|
||||
|
||||
import io.bitsquare.util.Utilities;
|
||||
import io.bitsquare.gui.util.GUIUtil;
|
||||
|
||||
import com.google.inject.Inject;
|
||||
|
||||
|
@ -95,7 +95,7 @@ public class UpdateProcess {
|
|||
log.info("UpdateFX current version " + BUILD_VERSION);
|
||||
|
||||
// process.timeout() will cause an error state back but we don't want to break startup in case of an timeout
|
||||
timeoutTimer = Utilities.setTimeout(10000, animationTimer -> {
|
||||
timeoutTimer = GUIUtil.setTimeout(10000, animationTimer -> {
|
||||
process.onCompleted();
|
||||
return null;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue