• 大小: 11KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-15
  • 语言: Java
  • 标签: socket  

资源简介

java 实现socket基于UDP的双机通讯

资源截图

代码片段和文件信息

import javax.swing.Jframe;


public class CreatGUI extends Jframe{

public static void main(String[] args) {
  GuiChat ch=new GuiChat();
  ch.setUpUI(1);
  ch.initSocket();
  ch.setListener();
  GuiChat ch2=new GuiChat();
  ch2.setUpUI(2);
  ch2.initSocket();
  ch2.setListener();
}

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-07-07 10:52  Communication\
     文件         301  2015-07-07 10:52  Communication\.classpath
     文件         389  2015-07-07 10:52  Communication\.project
     目录           0  2015-07-07 10:52  Communication\.settings\
     文件         598  2015-07-07 10:52  Communication\.settings\org.eclipse.jdt.core.prefs
     目录           0  2015-07-07 17:48  Communication\bin\
     文件         578  2015-07-07 17:36  Communication\bin\CreatGUI.class
     文件         812  2015-07-07 17:48  Communication\bin\GuiChat$1$1.class
     文件        2670  2015-07-07 17:48  Communication\bin\GuiChat$1.class
     文件        1842  2015-07-07 17:48  Communication\bin\GuiChat$2.class
     文件        4631  2015-07-07 17:48  Communication\bin\GuiChat.class
     目录           0  2015-07-07 16:38  Communication\src\
     文件         326  2015-07-07 17:36  Communication\src\CreatGUI.java
     文件        5451  2015-07-07 17:48  Communication\src\GuiChat.java

评论

共有 条评论