资源描述:
《企业员工考勤管理系统》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、(一)、登录代码packageZGKQ;importjava.awt.*;importjava.awt.event.*;importjavax.swing.*;importjava.sql.*;publicclassLoginextendsJFrameimplementsActionListener{JFramejf;Containercon=getContentPane();JTextFieldtfName;JPasswordFieldps;JLabellabel;JLabellbName;JLabellbps;JLab
2、elshenfen;JButtonbt1;JButtonbt2;privateStringpsword;JComboBoxbox;JPaneljp1;publicLogin(){jf=this;setTitle("用户登录界面");con.setBackground(Color.black);Fontf=newFont("新宋体",Font.PLAIN,22);/////////////////////////////////////////////////((JPanel)this.getContentPane()).s
3、etOpaque(false);ImageIconimg=newImageIcon("4.jpg");//添加图片JLabelbackground=newJLabel(img);this.getLayeredPane().add(background,newInteger(Integer.MIN_VALUE));background.setBounds(0,0,img.getIconWidth(),img.getIconHeight());jp1=newJPanel();//////////////////////////
4、//////////////////////tfName=newJTextField();ps=newJPasswordField();label=newJLabel("职工考勤管理系统");lbName=newJLabel("用户名:");lbps=newJLabel("密码:");bt1=newJButton("登录");bt2=newJButton("清空");///////////////////////////////////////////////con.setLayout(null);jp1=newJPane
5、l();con.add(jp1);con.add(label);label.setFont(f);label.setBounds(220,100,300,40);con.add(lbName);con.add(tfName);lbName.setBounds(250,250,80,20);tfName.setBounds(330,250,100,20);shenfen=newJLabel("身份:");shenfen.setBounds(250,310,80,20);con.add(shenfen);box=newJCom
6、boBox();box.addItem("管理员");box.addItem("员工");con.add(box);box.setBounds(330,310,80,20);con.add(lbps);con.add(ps);lbps.setBounds(250,280,80,20);ps.setBounds(330,280,100,20);con.add(bt1);con.add(bt2);bt1.setBounds(260,340,60,20);bt1.setBackground(Color.gray);bt2.set
7、Bounds(350,340,60,20);bt2.setBackground(Color.gray);bt1.addActionListener(this);bt2.addActionListener(this);setBounds(310,150,700,500);setVisible(true);}publicvoidactionPerformed(ActionEvente){Databasedb=newDatabase();db.OpenConn();Stringpass=newString(ps.getPassw
8、ord()).trim();Stringname=tfName.getText().trim();Objectsource=e.getSource();if(box.getSelectedItem().equals("管理员")){if(source==bt1){try{Stringsql="selec