資源簡介
這是一個java詩文管理系統(tǒng),包含源文件,連接數(shù)據(jù)庫
代碼片段和文件信息
import?java.awt.*;
import?java.awt.event.*;
import?javax.swing.*;
import?java.io.*;
import?java.lang.*;
public?class?TextFileEditorJframe?extends?Jframe?implements?ActionListenerWindowListener
{
private?File?file;
private?Dialog?dialog;
private?Label?nullts;
private?JTextField?text_dirselect_wordtext_line;
private?JTextArea?textareatextuser;
private?JButton?selectjiexidel;
public?TextFileEditorJframe()
{
super(“詩文管理器“);
this.setSize(600400);
this.setLocation(200100);
this.setDefaultCloseOperation(EXIT_ON_CLOSE);
//this.setDefaultCloseOperation(HIDE_ON_CLOSE);
this.addMenu();
this.text_dir=new?JTextField();
text_dir.setEditable(false);
this.add(this.text_dir“North“);
this.text_dir.addActionListener(this);
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????8684??2012-03-15?14:53??詩文管理系統(tǒng)\TextFileEditorJfr
?????文件??????14510??2010-06-24?22:28??詩文管理系統(tǒng)\TextFileEditorJfr
?????文件?????????81??2010-06-24?22:28??詩文管理系統(tǒng)\涼州詞.txt
?????文件?????????69??2010-06-24?22:28??詩文管理系統(tǒng)\涼州詞解析.txt
?????文件????????152??2010-06-24?22:28??詩文管理系統(tǒng)\幫助說明.txt
?????文件????????120??2010-06-24?22:28??詩文管理系統(tǒng)\游子吟.txt
?????文件????????186??2010-06-24?22:28??詩文管理系統(tǒng)\游子吟解析.txt
?????文件?????????67??2010-06-24?22:28??詩文管理系統(tǒng)\靜夜思.txt
?????目錄??????????0??2012-03-15?14:52??詩文管理系統(tǒng)
-----------?---------??----------?-----??----
????????????????23869????????????????????9
- 上一篇:android dnsDemo
- 下一篇:魔板游戲Java 編程
評論
共有 條評論