摘要:
import javax.swing.* ; import java.awt.* ;class myTest extends JFrame{ public myTest(){ this.setSize(400,400); this.setLocation(1... 阅读全文
posted @ 2016-01-19 17:05
式微胡不归
阅读(229)
评论(0)
推荐(0)
摘要:
ServerDemoimport java.io.* ;import java.net.* ;public class serverDemo { public static void main(String [] args){ ServerSocket serverSocket ... 阅读全文
posted @ 2016-01-19 10:04
式微胡不归
阅读(251)
评论(0)
推荐(0)