91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 9KB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-11
  • 標簽: java??

資源簡介

這是一個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)\TextFileEditorJframe.class

?????文件??????14510??2010-06-24?22:28??詩文管理系統(tǒng)\TextFileEditorJframe.java

?????文件?????????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


評論

共有 條評論