资源简介
学生信息管理系统源码(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\me
文件 3702 2013-12-26 02:47 StudentInformationManagementSystem-master\bin\ModifyPassword.class
文件 4233 2013-12-26 02:47 StudentInformationManagementSystem-master\bin\Myfr
文件 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个文件信息
相关资源
- java图片浏览器跨平台运行程序与源码
- 基于java的在线考试系统-毕业设计
- 微博系统(Java源码,servlet+jsp),适
- java串口通信全套完整代码-导入eclip
- 美食天下项目Android版源码和Web版源码
- jsonarray所必需的6个jar包.rar
- 三角网构TIN生成算法,Java语言实现
- java代码编写将excel数据导入到mysql数据
- Java写的cmm词法分析器源代码及javacc学
- JAVA JSP公司财务管理系统 源代码 论文
- JSP+MYSQL旅行社管理信息系统
- 推荐算法的JAVA实现
- 基于Java的酒店管理系统源码(毕业设
- java-图片识别 图片比较
- android毕业设计
- java23种设计模式+23个实例demo
- u-blox_Android_GNSS_Driver_v3.10驱动源码+中
- java Socket发送/接受报文
- JAVA828436
- java界面美化 提供多套皮肤直接使用
- 在线聊天系统(java代码)
- 基于Java的图书管理系统807185
- java中实现将页面数据导入Excel中
- 个人根据Android移动开发案例详解手写
- java 企业销售管理系统
- java做的聊天系统(包括正规课程设计
- Java编写的qq聊天室
- 基于JSP的学生宿舍管理系统(源码 数
- mysql jsp网站源码下载
- 商店商品管理系统 JAVA写的 有界面
评论
共有 条评论