JAVA设计的学生管理系统源代码.doc

JAVA设计的学生管理系统源代码.doc

ID:55631647

大小:109.00 KB

页数:40页

时间:2020-05-21

JAVA设计的学生管理系统源代码.doc_第1页
JAVA设计的学生管理系统源代码.doc_第2页
JAVA设计的学生管理系统源代码.doc_第3页
JAVA设计的学生管理系统源代码.doc_第4页
JAVA设计的学生管理系统源代码.doc_第5页
资源描述:

《JAVA设计的学生管理系统源代码.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、//Student_Management_System.java//JHelpTextPanel.javaimportjava.awt.*;importjava.awt.event.*;importjavax.swing.*;importjavax.swing.event.*;importjava.io.*;//定义帮助文档类classJHelpTextPanelextendsJPanel{FontnewSmallTitleFont=newFont("楷体",Font.BOLD,12);JTextAreaHelpText=newJTextArea();JHelpTextPanel(){  

2、setLayout(null);  setBackground(Color.orange);  HelpText.setBackground(Color.orange);  HelpText.setForeground(Color.red);  HelpText.setFont(newSmallTitleFont);  HelpText.setBounds(0,0,600,600);  add(HelpText);}}//Student_InforPanel.javaimportjava.awt.*;importjava.awt.event.*;importjavax.swing.*;im

3、portjavax.swing.event.*;importjava.io.*;classStudent_InforPanelextendsJPanelimplementsActionListener{//四种常用字体的定义FontnewTitleFont=newFont("楷体",Font.BOLD,40);FontnewSmallTitleFont=newFont("楷体",Font.BOLD,25);FontnewCommonFont=newFont("宋体",Font.BOLD,20);FontnewSubMenuFont=newFont("宋体",Font.BOLD,15);Fo

4、ntNewSubMenuFont=newFont("宋体",Font.BOLD,10);//性别数组定义Stringos[]={"男","女"};  //定义确认对话框图标ImageIconthinker=newImageIcon("ICON//thinker.gif");   //定义学生信息管理系统面板菜单控件JLabelStudentSno_Clue=newJLabel("学号:");JLabelStudentName_Clue=newJLabel("姓名:");JLabelStudentSex_Clue=newJLabel("性别:");JLabelStudentAge_Clue=

5、newJLabel("年龄:");JLabelStudentClass_Clue=newJLabel("班级:");JLabelStudentDept_Clue=newJLabel("系别:");JTextFieldStudentSno_Input=newJTextField();JTextFieldStudentName_Input=newJTextField();ComboBoxModelOthermode=newOtherAModel();JComboBoxStudentSex_Input=newJComboBox(Othermode);JTextFieldStudentAge_In

6、put=newJTextField();JTextFieldStudentClass_Input=newJTextField();JTextFieldStudentDept_Input=newJTextField();JTextAreaQueryInforShow=newJTextArea();   JLabelQueryClue=newJLabel("以下是你要查询的学生信息:");JButtonAdd_StudentInformation=newJButton("增加学生信息");JButtonDel_StudentInformation=newJButton("删除学生信息");JB

7、uttonQuery_StudentInformation=newJButton("查询学生信息");   JButtonModify_StudentInformation=newJButton("修改学生信息");   //定义变量   intValidAge;   StringSnoOrigin;   Student_InforPanel()   {setBackground(Color.orange);QueryI

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。