资源简介
学生信息管理系统 netbeans下开发的系统

代码片段和文件信息
package 综合设计1;
import java.awt.Color;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JCheckBox;
import javax.swing.JComboBox;
import javax.swing.Jframe;
import javax.swing.JLabel;
import javax.swing.JMenu;
import javax.swing.JMenuBar;
import javax.swing.JMenuItem;
import javax.swing.JPanel;
import javax.swing.JTextField;
public class Window1 extends Jframe{
JLabel wellcom;
JMenuBar menuBar;
JMenu modifydeleteinputsearchscan insert;
JMenuItem items[];
JPanel []panel;
JLabel []label;
JTextField []text;
JComboBox []comboBox;
JButton []button;
Listenner listenner;
JCheckBox []select;
public Window1(){
setBak(); //调用背景方法
this.setLayout(null);
menuBar =new JMenuBar();
input =new JMenu(“信息录入“);
search =new JMenu(“信息查询“);
scan =new JMenu(“信息浏览“);
modify =new JMenu(“信息修改“);
delete =new JMenu(“信息删除“);
insert = new JMenu(“信息插入“);
items =new JMenuItem[16];
items[0]=new JMenuItem(“单个信息修改“);
items[1]=new JMenuItem(“多个信息修改“);
items[2]=new JMenuItem(“按学号删除信息“);
items[3]=new JMenuItem(“按年龄范围删除信息“);
for(int i=4;i<16;i++){
items[i]=new JMenuItem();
}
items[14] = new JMenuItem(“按学号插入“);//ztf
items[15] = new JMenuItem(“按班级插入“);//ztf
listenner = new Listenner();
listenner.setItems(items);
for(JMenuItem i:items){
i.addActionListener(listenner);
}
menuBar.add(input);
menuBar.add(search);
menuBar.add(scan);
menuBar.add(modify);
menuBar.add(delete);
menuBar.add(insert);//ztf
insert.add(items[14]);//ztf
insert.add(items[15]);//ztf
modify.add(items[0]);
modify.add(items[1]);
delete.add(items[2]);
delete.add(items[3]);
setJMenuBar(menuBar);
//=============给各类组件分配空间==============================
panel=new JPanel[10];
for(int i=0; i panel[i] = new JPanel();
panel[i].setVisible(false);
}
listenner.setPanel(panel);
label=new JLabel[50];
for(int i=0; i label[i]=new JLabel();
}
text = new JTextField[50];
for(int i=0; i text[i] = new JTextField();
}
listenner.setText(text);
comboBox = new JComboBox[20];
for(int i=0;i comboBox[i]=new JComboBox();
}
button = new JButton[30];
for(int i=0; i button[i] = new JButton();
button[i].addActionListener(listenner);
}
listenner.setButton(button);
//======panel[0] for wellcomview==============================
panel[0].set
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-03-08 18:01 综合设计 学生信息管理系统\
文件 803 2011-12-10 16:12 综合设计 学生信息管理系统\TEST.txt
文件 297 2011-12-08 15:04 综合设计 学生信息管理系统\TEXT.txt
文件 10275 2011-12-05 07:16 综合设计 学生信息管理系统\Window1.java
文件 464 2011-12-08 10:14 综合设计 学生信息管理系统\a.txt
目录 0 2012-03-08 18:01 综合设计 学生信息管理系统\build\
目录 0 2012-03-08 18:01 综合设计 学生信息管理系统\build\classes\
文件 0 2011-12-08 13:23 综合设计 学生信息管理系统\build\classes\.netbeans_automatic_build
目录 0 2012-04-06 23:12 综合设计 学生信息管理系统\build\classes\stu\
目录 0 2012-03-08 18:01 综合设计 学生信息管理系统\build\classes\综合设计1\
文件 9106 2011-12-09 08:59 综合设计 学生信息管理系统\build\classes\综合设计1\Listenner.class
文件 10041 2011-12-09 08:59 综合设计 学生信息管理系统\build\classes\综合设计1\Window.class
文件 7171 2011-12-09 08:59 综合设计 学生信息管理系统\build\classes\综合设计1\cha_xun.class
文件 2056 2011-12-09 08:59 综合设计 学生信息管理系统\build\classes\综合设计1\customer.class
文件 5150 2011-12-10 16:11 综合设计 学生信息管理系统\build\classes\综合设计1\ru_lu.class
文件 2614 2011-12-09 08:59 综合设计 学生信息管理系统\build\classes\综合设计1\scan.class
文件 577 2011-12-09 08:59 综合设计 学生信息管理系统\build\classes\综合设计1\综合设计1.class
文件 3752 2011-12-08 13:23 综合设计 学生信息管理系统\build.xm
目录 0 2012-03-08 18:00 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\
目录 0 2012-03-08 18:00 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\
文件 11560 2007-11-22 00:27 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\LICENSE.txt
文件 183 2007-11-22 00:27 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\NOTICE.txt
文件 7953 2007-11-22 00:27 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\RELEASE-NOTES.txt
文件 141401 2007-11-22 00:28 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-1.1.1-javadoc.jar
文件 74976 2007-11-22 00:28 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-1.1.1-sources.jar
文件 60841 2007-11-22 00:28 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-1.1.1.jar
文件 26520 2007-11-22 00:28 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-adapters-1.1.1.jar
文件 52313 2007-11-22 00:28 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-api-1.1.1.jar
文件 111279 2007-11-22 00:28 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\commons-logging-tests.jar
目录 0 2012-03-08 18:01 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\site\
文件 7953 2007-11-22 00:28 综合设计 学生信息管理系统\commons-logging-1.1.1-bin\commons-logging-1.1.1\site\RELEASE-NOTES.txt
............此处省略282个文件信息
- 上一篇:_61850规约服务.pdf
- 下一篇:1117325模型车牌生成器.rar
相关资源
- 2018全国大学生计算机博弈大赛 棋谱
- 用汇编实现的学生成绩档案管理系统
- 学生信息管理系统源码
- about 论坛信息管理系统
- 挑战杯全国大学生课外学术科技作品
- 村居人口信息管理系统
- 数据库实现学生成绩管理系统选课管
- ReportMachine 交叉报表 学生成绩表
- 网页设计作业,旅游网,适合大学生
- c 课程设计 职工信息管理系统
- 2007年全国大学生电子设计竞赛一等奖
- 学生管理系统的添加、修改、删除、
- 国际马拉松赛信息管理系统
- 学生成绩管理系统 C 语言源代码
- ssh框架实现的学生管理系统
- 高校学生信息管理系统
- 学生成绩管理系统C 源码(很完整)
- 学生信息管理系统j2ee
- 在线考试系统VC (MFC)
- 学生心理测试系统!!!
- XXX市审计局审计信息管理系统介绍
- 学生学历证明查询系统
- 学生学籍管理系统web
- MFC的学生管理系统
- 汕头本土大学生就业流向和择业心理
- 土地信息管理系统
- SSH学生考勤系统
- 学生管理系统 课程设计
- IC卡电表及用电信息管理系统.rar
- 在校大学生法律素质的调查与思考
评论
共有 条评论