学生管理系统代码

学生管理系统代码

ID:10809860

大小:163.41 KB

页数:24页

时间:2018-07-08

学生管理系统代码_第1页
学生管理系统代码_第2页
学生管理系统代码_第3页
学生管理系统代码_第4页
学生管理系统代码_第5页
资源描述:

《学生管理系统代码》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、importjava.awt.*;importjavax.swing.*;importjava.awt.Font;importjavax.swing.ButtonGroup;importjavax.swing.JButton;importjavax.swing.JFrame;importjavax.swing.JLabel;importjavax.swing.JRadioButton;importjavax.swing.JScrollPane;importjavax.swing.JTextArea;impo

2、rtjavax.swing.JTextField;importjavax.swing.JPasswordField;importjava.awt.event.ActionEvent;importjava.awt.event.ActionListener;importjava.awt.event.WindowAdapter;importjava.awt.event.WindowEvent;importjava.sql.Connection;importjava.sql.DriverManager;import

3、java.sql.ResultSet;importjava.sql.Statement;importjavax.swing.JOptionPane;classLoginCheck{privateStringuser;privateStringpassWord;publicLoginCheck(Stringuser,StringpassWord){this.user=user;this.passWord=passWord;}publicbooleancheck(){if("zhouzhiqiang".equa

4、ls(user)&&"123456".equals(passWord)){returntrue;}else{returnfalse;}}}classActionHandle1{privateJFrameframe=newJFrame("登录界面");privateJButtonsubmit=newJButton("登录");privateJButtonexit=newJButton("退出");privateJLabeluser=newJLabel("用户名:");privateJLabelpassWord

5、=newJLabel("密码:");privateJLabelinfo=newJLabel("学生管理系统");privateJTextFielduserText=newJTextField();privateJPasswordFieldpassText=newJPasswordField();publicActionHandle1(){Fontfnt=newFont("Serief",Font.BOLD,20);info.setFont(fnt);submit.addActionListener(newA

6、ctionListener(){publicvoidactionPerformed(ActionEventarg0){if(arg0.getSource()==submit){Stringuser=userText.getText();Stringpassword=newString(passText.getPassword());LoginChecklog=newLoginCheck(user,password);if(log.check()){newActionHandle2().setMenuBar(

7、);}else{JOptionPane.showMessageDialog(null,"输入的用户名或密码有误!","警告",JOptionPane.WARNING_MESSAGE);userText.setText("");passText.setText("");}}}});exit.addActionListener(newActionListener(){publicvoidactionPerformed(ActionEventarg0){if(arg0.getSource()==exit){Sys

8、tem.exit(1);}}});frame.addWindowListener(newWindowAdapter(){publicvoidwindowClosing(WindowEventarg0){frame.dispose();}});frame.setLayout(null);user.setBounds(45,45,60,20);passWord.setBounds(45,75,60,20);info.

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

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

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