資源簡介
將指定格式的文件 復(fù)制到某個文件夾下
代碼片段和文件信息
package?com.mingrisoft;
import?java.awt.EventQueue;
import?java.awt.event.ActionEvent;
import?java.awt.event.ActionListener;
import?java.util.List;
import?javax.swing.JButton;
import?javax.swing.JComboBox;
import?javax.swing.JFileChooser;
import?javax.swing.Jframe;
import?javax.swing.JLabel;
import?javax.swing.JOptionPane;
import?javax.swing.JPanel;
import?javax.swing.JTextField;
import?javax.swing.SwingUtilities;
import?javax.swing.UIManager;
import?javax.swing.border.EmptyBorder;
public?class?CopyFileframe?extends?Jframe?{
????/**
?????*?
?????*/
????private?static?final?long?serialVersionUID?=?-8061493305783207953L;
????private?JPanel?contentPane;
????private?JTextField?filePathTextField;
????private?JTextField?saveTextField;
????JComboBox?typeComboBox;
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????301??2011-05-23?19:43??.classpath
?????文件?????????379??2011-05-23?19:43??.project
?????目錄???????????0??2012-02-22?14:42??.settings\
?????文件?????????629??2011-05-23?19:43??.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2012-02-22?14:42??src\
?????目錄???????????0??2012-02-22?14:42??src\com\
?????目錄???????????0??2012-02-22?14:42??src\com\mingrisoft\
?????文件????????5876??2011-05-23?19:43??src\com\mingrisoft\CopyFilefr
?????文件????????2408??2011-05-23?19:43??src\com\mingrisoft\CopyUtil.java
評論
共有 條評論