资源简介
学生信息管理系统源码(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的局域网文件共享平台P2P实训
- 基于JAVA开发的网上商城源码(毕业设
- 聊天室系统源码C++ 服务器,PC客户端
- 《Java程序设计与实训》配套资料源码
- 社交APP源码
- 进销存管理系统 毕业设计 库存管理系
- JavaEE Eclipse 的安装与使用
- 使用Ztree实现java动态树形菜单
- Java语言规范和JVM规范7、8、9
- javaee图书管理系统课程设计.rar
- Java教材管理系统245774
- Selenium2 Java自动化测试实战 虫师 第一
- CRM客户关系管理系统jsp+spring+mysql
- JAVA写的连连看
- android 解析html htmlParser库和源码
- 千里之行购物网站源码JAVA+SQL
- Java调用ASP.NET的WebService接口
- 基于java网络聊天系统
- RSA加密解密 JS加密 JAVA解密
- 基于Java GUI编程实现“21点”游戏(含
- JavaEE开发的颠覆者: Spring Boot实战 随书
- Spring JDBC与事务管理
- Java+jsp项目论坛短消息源码
- 学生信息管理系统(MySQL版)V1.0.rar
- 基于JSP的宿舍管理系统
- 页面置换算法 操作系统作业 java模拟
- BeautyEye美化版JavaSwing电影院管理系统
- 基于JavaEE技术的在线考试系统的设计
- 销售管理系统源代码+Java.rar
评论
共有 条评论