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

資源簡介

學生信息管理系統源碼(JAVA 畢業設計) 可直接運行。做畢業設計、課程設計或者想研究下技術的可以下載學習。需要更多資源的可以關注我。

資源截圖

代碼片段和文件信息

import?java.awt.*;
import?java.awt.event.*;
import?javax.swing.*;
import?javax.swing.table.DefaultTableModel;
import?java.sql.*;
import?java.util.Vector;
public?class?AdmPanel?extends?JPanel?implements?ActionListenerItemListenerMouseListener
{
JButton?b1b2b3b4b5b6;
JPanel?p1p2pCenter;
CardLayout?card=null;
JTextField?t1=new?JTextField(10)
???????????????t2=new?JTextField(10)
???????????????t3=new?JTextField(10)
???????????????tt1=new?JTextField(10)
???????????????tt2=new?JTextField(10)
???????????????tt3=new?JTextField(10);
ButtonGroup?sex1=new?ButtonGroup()
????????????sex2=new?ButtonGroup();
JRadioButton?radio1=new?JRadioButton(“男“true)
?????????????radio2=new?JRadioButton(“女“);
JRadioButton?r1=new?JRadioButton(“男“true)
?????????????????r2=new?JRadioButton(“女“);
JComboBox?yearmonthdateyymmddpost;


JTable?table1table2;
Vector?vectorColName1=new?Vector()
???????vectorColName2=new?Vector();
Vector?vector1=new?Vector()
???????vector2=new?Vector();
DefaultTableModel?model1=new?DefaultTableModel(vectorColName10){
public?boolean?isCellEditable(int?row?int?column)
????????{
????????????return?false;
????????}
};
DefaultTableModel?model2=new?DefaultTableModel(vectorColName20){
?public?boolean?isCellEditable(int?row?int?column)
?????????{
?????????????return?false;
?????????}

};

AdmPanel()
{
setLayout(new?BorderLayout());

t1=new?JTextField(10);
t2=new?JTextField(10);
t3=new?JTextField(10);
tt1=new?JTextField(10);
tt2=new?JTextField(10);
tt3=new?JTextField(10);

sex1.add(radio1);
sex1.add(radio2);
sex2.add(r1);
sex2.add(r2);

year=new?JComboBox();
month=new?JComboBox();
date=new?JComboBox();
yy=new?JComboBox();
mm=new?JComboBox();
dd=new?JComboBox();
post=new?JComboBox();

post.addItem(“助教“);
post.addItem(“講師“);
post.addItem(“副教授“);
post.addItem(“教授“);
for(int?i=1980;i<1995;i++)
year.addItem(i);
for(int?i=1;i<=12;i++)
month.addItem(i);
for(int?i=1;i<=31;i++)
date.addItem(i);
for(int?i=1950;i<1995;i++)
yy.addItem(i);
for(int?i=1;i<=12;i++)
mm.addItem(i);
for(int?i=1;i<=31;i++)
dd.addItem(i);

year.addItemListener(this);
month.addItemListener(this);
yy.addItemListener(this);
mm.addItemListener(this);
post.addItemListener(this);

b1=new?JButton(“學生信息管理“);
b2=new?JButton(“教師信息管理“);
b3=new?JButton(“輸入“);
b4=new?JButton(“刪除“);
b5=new?JButton(“輸入“);
b6=new?JButton(“刪除“);

b1.addActionListener(this);
b2.addActionListener(this);
b3.addActionListener(this);
b4.addActionListener(this);
b5.addActionListener(this);
b6.addActionListener(this);

JPanel?p0=new?JPanel();
p0.add(b1);
p0.add(b2);

pCenter=new?JPanel();
card=new?CardLayout();
pCenter.setLayout(card);
p1=createStuPanel();
p2=createTeaPanel();

pCenter.add(“學生信息管理“p1);
pCenter.add(“教師信息管

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-12-26?02:47??StudentInformationManagementSystem-master\
?????文件?????2097152??2013-12-26?02:47??StudentInformationManagementSystem-master\StudentManager_Data.MDF
?????文件?????3932160??2013-12-26?02:47??StudentInformationManagementSystem-master\StudentManager_Log.LDF
?????目錄???????????0??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\
?????文件?????????641??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\AdmPanel$1.class
?????文件?????????641??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\AdmPanel$2.class
?????文件???????18182??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\AdmPanel.class
?????文件????????2799??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\ChooseList.class
?????文件????????6353??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\CourseList.class
?????文件????????4355??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\Logon.class
?????文件?????????423??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\metable.class
?????文件????????3702??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\ModifyPassword.class
?????文件????????4233??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\Myframe.class
?????文件?????????510??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\MyTable.class
?????文件?????????781??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\MyTableRenderer.class
?????文件?????????619??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\MymyTable.class
?????文件????????4714??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\SqlManager.class
?????文件?????????630??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\StoreScore$1.class
?????文件????????3763??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\StoreScore.class
?????文件????????3961??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\StuInfo.class
?????文件????????2554??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\StuPanel.class
?????文件?????????493??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\StudentMain.class
?????文件?????????468??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\StudentManager.class
?????文件????????3964??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\TeaInfo.class
?????文件?????????805??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\TeaPanel$1.class
?????文件?????????889??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\TeaPanel$2.class
?????文件????????2126??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\TeaPanel.class
?????文件?????????248??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\Welcome.class
?????文件?????????229??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\sysConfig.properties
?????文件??????242245??2013-12-26?02:47??StudentInformationManagementSystem-master\bin\歡迎圖片.jpg
?????目錄???????????0??2013-12-26?02:47??StudentInformationManagementSystem-master\src\
............此處省略17個文件信息

評論

共有 條評論