Added print statements for determining where javaFX is accessed from in the test.

This commit is contained in:
Calum
2017-08-13 21:05:28 +12:00
parent 1755b00079
commit f2f750298c
@@ -155,6 +155,7 @@ public class ClientToServerThread implements Runnable {
} }
} }
} catch (ByteReadException e) { } catch (ByteReadException e) {
e.printStackTrace();
closeSocket(); closeSocket();
Platform.runLater(() -> { Platform.runLater(() -> {
Alert alert = new Alert(AlertType.ERROR); Alert alert = new Alert(AlertType.ERROR);