Results 1 issues of Anton

I have JavaFX application that based on GluonFX framework. It creates simple Server Socket: ``` java public class Application { private static final int SOCKET_PORT = 40009; public static void...