摘要: 监听按钮import java.awt.*;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax.swing.* ;import javax.swing.* ;class myTest ... 阅读全文
posted @ 2016-01-19 21:27 式微胡不归 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 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 式微胡不归 阅读(214) 评论(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 式微胡不归 阅读(248) 评论(0) 推荐(0) 编辑