摘要: package com.test;import java.awt.BorderLayout;import java.awt.Color;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax.swing.ImageIcon;import javax.swing.JButton;import javax.swing.JFrame;import javax.swing.JPanel;public class Test extends JFrame implements ActionLis 阅读全文
posted @ 2013-10-11 08:38 High阔天空 阅读(278) 评论(0) 推荐(0) 编辑