資源簡介
適合做計算機專業數據庫課程設計,或者作為畢業論文設計的模板等。
代碼片段和文件信息
import?java.awt.*;??
import?java.awt.event.*;
import?java.sql.Connection;
import?java.sql.DriverManager;
import?java.sql.ResultSet;
import?java.sql.SQLException;
import?java.sql.Statement;
import?javax.swing.*;
public?class?addadmin{
addadminWindows?win?=?new?addadminWindows(“添加管理員頁面“);?
}
class?addadminWindows?extends?Jframe?implements?ActionListener{
????Jframe?f;
????Box?baseBoxbaseBox1boxV1boxV2boxV3;
????JButton?btnOk?=new?JButton(“確認添加“);
????JButton?btnOff?=new?JButton(“從新填寫“);
????JButton?btnCancel?=new?JButton(“返回主頁“);
????JTextField?addadmin_ID?=?new?JTextField(20);
????JPasswordField?addadmin_PSW?=?new?JPasswordField(20);
????JPasswordField?addadmin_PSWconfirm?=?new?JPasswordField(20);???
????JPanel?susan;???
????addadminWindows(String?s){
???? settitle(s);
???? f=this;
boxV1=Box.createVerticalBox();
????????boxV1.add(new?JLabel(“新添加管理員用戶名“));
????????boxV1.add(Box.createVerticalStrut(16));
????????boxV1.add(new?JLabel(“新添加管理員密碼“));
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????129??2009-07-05?14:18??銷售信息系統\程序說明.txt
?????文件????????240??2009-06-28?12:25??銷售信息系統\大連民族學院?海書山\Admin.txt
?????文件???????1291??2009-06-30?15:02??銷售信息系統\大連民族學院?海書山\Company.txt
?????文件????????147??2009-07-01?08:15??銷售信息系統\大連民族學院?海書山\CurrentID.txt
?????文件????????699??2009-06-29?16:48??銷售信息系統\大連民族學院?海書山\Customer.txt
?????文件????????338??2009-06-30?23:03??銷售信息系統\大連民族學院?海書山\Message.txt
?????文件????????244??2009-07-01?08:11??銷售信息系統\大連民族學院?海書山\OrderMessage.txt
?????文件????????362??2009-07-01?08:10??銷售信息系統\大連民族學院?海書山\OrderPerfect.txt
?????文件???????2013??2009-06-30?17:32??銷售信息系統\大連民族學院?海書山\Produce.txt
?????文件????????244??2009-07-01?08:10??銷售信息系統\大連民族學院?海書山\SelectProduce.txt
?????文件????????232??2009-06-23?14:23??銷售信息系統\大連民族學院?海書山\customer\.classpath
?????文件????????381??2009-06-23?14:23??銷售信息系統\大連民族學院?海書山\customer\.project
?????文件?????????34??2009-07-02?10:37??銷售信息系統\大連民族學院?海書山\customer\customer.jad
?????文件????????374??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\main.class
?????文件???????3294??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\getcustomerWindows.class
?????文件????????414??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\getcustomer.class
?????文件????????402??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\getadmin.class
?????文件???????3019??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\getadminWindows.class
?????文件???????4672??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\deleproduceWindows.class
?????文件????????408??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\deleproduce.class
?????文件????????419??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\delecustomer.class
?????文件???????3184??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\delecustomerWindows.class
?????文件???????8809??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\selectWindows.class
?????文件????????404??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\customerselect.class
?????文件????????428??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\customerpswchange.class
?????文件???????4288??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\pswchangeWindows.class
?????文件????????433??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\customerinfochange.class
?????文件???????5439??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\infochangeWindows.class
?????文件????????388??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\customercheckorder.class
?????文件???????5848??2009-09-02?19:04??銷售信息系統\大連民族學院?海書山\customer\bin\customercheckorderWindows.class
............此處省略82個文件信息
- 上一篇:倉庫管理系統jsp+mysq
- 下一篇:第一個android程序,計算標準體重
評論
共有 條評論