我正在尝试在eclipse 2018-12 (4.10.0)中配置JavaFX项目。我安装了openJDK 10和e(fx)clipse插件。 我可以创建javaFX项目,没有问题。--编辑 Error: JavaFX runtime components that are required to run this application are missing.
我的程序向服务器发送一条消息,该消息显示在窗口中,并从一个窗口接收消息,该窗口也添加到客户端窗口中。textFlow.getChildren().add(text); in 接受线程。public class NewClient extends Application {
Thread accept;
DatagramSocket sock;String name , sname;