資源簡介
代碼片段和文件信息
package?com.mingrisoft;
import?java.awt.BorderLayout;
import?java.awt.EventQueue;
import?javax.swing.Jframe;
import?javax.swing.JPanel;
import?javax.swing.border.EmptyBorder;
import?javax.swing.filechooser.FileNameExtensionFilter;
import?javax.swing.table.DefaultTableModel;
import?javax.swing.JFileChooser;
import?javax.swing.JLabel;
import?javax.swing.JTextField;
import?javax.swing.JButton;
import?javax.swing.JScrollPane;
import?javax.swing.JTable;
import?java.awt.event.ActionListener;
import?java.awt.event.ActionEvent;
import?java.io.File;
import?java.io.FileNotFoundException;
import?java.io.FileReader;
import?java.io.IOException;
import?java.util.Enumeration;
import?java.util.Properties;
public?class?PropertiesFileTool?extends?Jframe?{
????/**
?????*?
???
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-02-22?14:42??148\
?????文件?????????301??2011-05-23?19:43??148\.classpath
?????文件?????????379??2011-05-23?19:43??148\.project
?????目錄???????????0??2012-02-22?14:42??148\.settings\
?????文件?????????629??2011-05-23?19:43??148\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2012-02-22?14:42??148\src\
?????目錄???????????0??2012-02-22?14:42??148\src\com\
?????目錄???????????0??2012-02-22?14:42??148\src\com\mingrisoft\
?????文件?????????140??2011-05-23?19:43??148\src\com\mingrisoft\DBConfig.properties
?????文件????????4569??2011-05-23?19:43??148\src\com\mingrisoft\PropertiesFileTool.java
- 上一篇:java向屬性文件中添加信息
- 下一篇:java創建磁盤索引文件
評論
共有 條評論