摘要:
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 ... 阅读全文
摘要:
http://ericliu1986.iteye.com/blog/629562 阅读全文
摘要:
http://www.cnblogs.com/iou123lg/archive/2013/04/20/3033217.html 阅读全文