資源簡介
JAVA+ACCESS學生成績學籍信息管理系統
代碼片段和文件信息
import?java.sql.*;
import?java.awt.*;
import?javax.swing.*;
import?java.awt.event.*;
public?class?StudentScoreSystem
{
static?frame?fr=new?frame(“學生成績管理系統“);
static?Dialog?dl1=new?Dialog(fr“error“true);
static?Dialog?dl2=new?Dialog(fr“成功“true);
static?Dialog?dl3=new?Dialog(fr“幫助“true);
static?Dialog?dl4=new?Dialog(fr“關于“true);
????static?Panel?p=new?Panel();//主界面
static?Panel?allselectpanel=new?Panel();//所有記錄界面
????static?Panel?selectpanel=new?Panel();//查詢界面
static?Panel?updatepanel=new?Panel();//修改界面
static?Panel?deletepanel=new?Panel();//刪除界面
static?Panel?insertpanel=new?Panel();//添加界面
static?void?hidePanel()//設置隱藏各界面
{
allselectpanel.setVisible(false);
p.setVisible(false);
selectpanel.setVisible(false);
updatepanel.setVisible(false);
deletepanel.setVisible(false);
insertpanel.setVisible(false);
}
public?static?void?main(String[]?args)//主界面
{
ImageIcon?image?=?new?ImageIcon(“bj.jpg“);
????????JLabel?bj?=?new?JLabel();
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????175722??2010-12-03?21:59??學生成績管理系統\bj.jpg
?????文件????????486??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$1.class
?????文件????????833??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$10.class
?????文件???????1126??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$11.class
?????文件????????833??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$12.class
?????文件????????833??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$13.class
?????文件????????811??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$14.class
?????文件????????811??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$15.class
?????文件????????997??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$16.class
?????文件???????1110??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$17.class
?????文件????????538??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$18.class
?????文件????????511??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$19.class
?????文件????????557??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$2.class
?????文件????????540??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$20.class
?????文件????????513??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$21.class
?????文件????????540??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$22.class
?????文件????????513??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$23.class
?????文件????????540??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$24.class
?????文件????????513??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$25.class
?????文件????????493??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$3.class
?????文件????????493??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$4.class
?????文件????????493??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$5.class
?????文件????????493??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$6.class
?????文件????????513??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$7.class
?????文件????????490??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$8.class
?????文件????????490??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem$9.class
?????文件??????11777??2010-12-10?19:52??學生成績管理系統\StudentScoreSystem.class
?????文件??????17415??2010-12-03?22:28??學生成績管理系統\StudentScoreSystem.java
?????文件?????151552??2010-12-03?22:21??學生成績管理系統\學生信息表.mdb
?????目錄??????????0??2010-12-10?19:40??學生成績管理系統
............此處省略3個文件信息
評論
共有 條評論