資源簡介
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
評論
共有 條評論