資源簡介
刪除文件夾
代碼片段和文件信息
package?com.mingrisoft;
import?java.awt.BorderLayout;
import?java.awt.EventQueue;
import?java.awt.event.ActionEvent;
import?java.awt.event.ActionListener;
import?java.io.File;
import?javax.swing.JButton;
import?javax.swing.JFileChooser;
import?javax.swing.Jframe;
import?javax.swing.JLabel;
import?javax.swing.JPanel;
import?javax.swing.JScrollPane;
import?javax.swing.JTextArea;
import?javax.swing.JTextField;
import?javax.swing.border.EmptyBorder;
public?class?FileDeletionframe?extends?Jframe?{
????/**
?????*?
?????*/
????private?static?final?long?serialVersionUID?=?5966967992989508020L;
????private?JPanel?contentPane;
????private?JTextField?textField;
????private?JTextArea?textArea;
????private?File?selectFile;
????/**
?????*?Launch?the?application.
?????*/
????public?static?void?main(String[]?args)?{
????????EventQueue.invokeLater(new?Runnable()?{
????????????public?void?run()?{
????????????????try?{
????????????????????FileDeletionframe?frame?=
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-02-22?14:42??141\
?????文件?????????301??2011-05-23?19:43??141\.classpath
?????文件?????????379??2011-05-23?19:43??141\.project
?????目錄???????????0??2012-02-22?14:42??141\.settings\
?????文件?????????629??2011-05-23?19:43??141\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2012-02-22?14:42??141\src\
?????目錄???????????0??2012-02-22?14:42??141\src\com\
?????目錄???????????0??2012-02-22?14:42??141\src\com\mingrisoft\
?????文件????????4649??2011-05-23?19:43??141\src\com\mingrisoft\FileDeletionfr
評論
共有 條評論