2013年6月30日

JavaSwing标准对话框

摘要: package test001;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax.swing.JButton;import javax.swing.JFrame;import javax.swing.JOptionPane;import javax.swing.JToolBar;public class TestJOptionPane implements ActionListener{ private JFrame jf = new JFrame("标准对话框测试& 阅读全文

posted @ 2013-06-30 12:40 leihupqrst 阅读(356) 评论(0) 推荐(0)

导航