-
大小: 24KB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2021-06-07
- 語言: Java
- 標簽:
資源簡介
JAVA小系統(tǒng),學生教師信息錄入系統(tǒng),信息雖小但是功能完整。

代碼片段和文件信息
package?a;
import?java.awt.*;
import?java.awt.event.*;
import?java.io.File;
public?class?help?extends?frame?implements?ActionListenerWindowListener
{???
private?Panel?pane;
private?TextArea?text_Output;
private?Button?button;
public?help(SchoolSystem?SchoolSystem?File?file)
????{
super(“?幫助對話框“);???????????//待填充代碼【代碼1】
????this.setLayout(new?GridLayout(12));
Panel?f=new?Panel();
????f.setLocation(300300);?
????f.setSize(150150);
????this.add(f);
????//
????text_Output=new?TextArea(1030);
????text_Output.setText(“????物流二班--JAVA第一小組\n“
??????????????????????????????????????+“?\n“
??????????????????????????????????????+“組員:“+“譚美芬????郭銳鋒???郭杰和\n“
?????????????????????????????????????????
?????????????????????????????????????????????
??????????????????????????????????????????????+“?????李潔瑩????洪煥標???范小龍\n“
????????????????????????????????????
??????????????????????????????????????????????+“?????何伯卿????李泓???\n“
?????????????????????????????????????????????
??????????????????????????????????????);
????f.add(text_Output);
????
????//
????button=new?Button(“確定“);???????????????
????????button.addActionListener(this);
????f.add(button);
????????this.setSize(350250);
????????this.setLocation(330130);
????????this.setVisible(false);
????????this.addWindowListener(this);
???}
?public?void?actionPerformed(ActionEvent?e)?????//待填充代碼,單擊按鈕時觸發(fā)執(zhí)行
?????{
????? //
????? if(e.getActionCommand()==“確定“)????????????//退出系統(tǒng)設(shè)置
????????setVisible(false);
?????}
?public?void?windowClosing(WindowEvent?e)?//單擊窗口上的關(guān)閉按鈕時觸發(fā)執(zhí)行
?????{
?setVisible(false);
?????}
??public?void?windowOpened(WindowEvent?e)?????????{??}
??public?void?windowActivated(WindowEvent?e)??????{??}
??public?void?windowDeactivated(WindowEvent?e)????{??}
??public?void?windowClosed(WindowEvent?e)?????????{??}
??public?void?windowIconified(WindowEvent?e)??????{??}
??public?void?windowDeiconified(WindowEvent?e)????{??}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????708??2008-11-25?22:27??JAVA小程序\Graduate.class
?????文件???????2073??2008-11-26?01:27??JAVA小程序\help.java
?????文件????????531??2008-11-25?22:38??JAVA小程序\SchoolSystem$1.class
?????文件????????504??2008-11-25?22:38??JAVA小程序\SchoolSystem$2.class
?????文件???????3076??2008-11-25?22:38??JAVA小程序\SchoolSystem.class
?????文件???????2939??2008-11-26?01:25??JAVA小程序\SchoolSystem.java
?????文件???????5505??2008-11-25?22:27??JAVA小程序\Student.class
?????文件???????6194??2008-11-26?01:27??JAVA小程序\Student.java
?????文件???????5470??2008-11-25?22:27??JAVA小程序\Teacher.class
?????文件???????6181??2008-11-26?01:27??JAVA小程序\Teacher.java
?????文件????????710??2008-11-26?01:27??JAVA小程序\a\Graduate.class
?????文件???????1987??2008-11-26?01:27??JAVA小程序\a\help.class
?????文件????????539??2008-12-07?13:27??JAVA小程序\a\SchoolSystem$1.class
?????文件????????512??2008-12-07?13:27??JAVA小程序\a\SchoolSystem$2.class
?????文件???????3130??2008-12-07?13:27??JAVA小程序\a\SchoolSystem.class
?????文件???????5461??2008-11-26?01:27??JAVA小程序\a\Student.class
?????文件???????5426??2008-11-26?01:27??JAVA小程序\a\Teacher.class
?????目錄??????????0??2008-11-26?18:18??JAVA小程序\a
?????目錄??????????0??2008-11-26?18:18??JAVA小程序
-----------?---------??----------?-----??----
????????????????50946????????????????????19
- 上一篇:servlet jar包
- 下一篇:java 簡單購物車
評論
共有 條評論