摘要:
最近工作需要,做一个邮件群发系统,功能实现邮件群发,右键删除全选等功能,大致设计如下:smtp设置窗口:发送页面:导入功能设计:final JButton importButton = new JButton("导入地址"); importButton.addActionListener(new ActionListener(){ //添加事件 public void actionPerformed(ActionEvent e){ //TODO 读取excel文件,写入list JFileChooser fc=new JFileChooser(); int i=fc.sho 阅读全文
posted @ 2013-02-01 02:10
zzw_88
阅读(366)
评论(0)
推荐(0)
浙公网安备 33010602011771号