摘要: 1 package Action; 2 3 import java.awt.*; 4 import java.awt.event.*; 5 import javax.swing.*; 6 7 class JButtonEventEx implements ActionListener { 8 9 JFrame frame;10 JLabel label;11 JButton[] button;12 public JButtonEventEx()13 {14 frame=new JFrame("按钮事件处理");15 ... 阅读全文
posted @ 2013-05-15 16:00 glt66 阅读(170) 评论(0) 推荐(0) 编辑
摘要: http://ericliu1986.iteye.com/blog/629562 阅读全文
posted @ 2013-05-15 14:32 glt66 阅读(71) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/iou123lg/archive/2013/04/20/3033217.html 阅读全文
posted @ 2013-05-15 10:47 glt66 阅读(84) 评论(0) 推荐(0) 编辑