mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Added print statements for determining where javaFX is accessed from in the test.
This commit is contained in:
@@ -155,6 +155,7 @@ public class ClientToServerThread implements Runnable {
|
||||
}
|
||||
}
|
||||
} catch (ByteReadException e) {
|
||||
e.printStackTrace();
|
||||
closeSocket();
|
||||
Platform.runLater(() -> {
|
||||
Alert alert = new Alert(AlertType.ERROR);
|
||||
|
||||
Reference in New Issue
Block a user