corefx - update title in ui thread

This commit is contained in:
Blake J. Harnden 2018-11-30 08:18:22 -08:00
parent 56f9e6ec8a
commit 467b1ea2a8

View file

@ -195,7 +195,7 @@ public class Controller implements Initializable {
}
}
decorator.setTitle(String.format("CORE (Session %s)", sessionId));
Platform.runLater(() -> decorator.setTitle(String.format("CORE (Session %s)", sessionId)));
}
public boolean startSession() throws IOException {