Java固定资产管理系统源代码

Java固定资产管理系统源代码

ID:38639924

大小:228.51 KB

页数:40页

时间:2019-06-16

Java固定资产管理系统源代码_第1页
Java固定资产管理系统源代码_第2页
Java固定资产管理系统源代码_第3页
Java固定资产管理系统源代码_第4页
Java固定资产管理系统源代码_第5页
资源描述:

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

1、/////////////////////////////////////////////////////////////////////////////////////////////////////用户登录/////////////////////////////////////////////////////////////////////////////////////////////////////packagecom.newer.property;importjava.awt.GridLayout;importjava.awt.event.ActionE

2、vent;importjava.awt.event.ActionListener;importjava.sql.*;importjava.sql.Statement;importjava.sql.ResultSet;importjavax.swing.JButton;importjavax.swing.JLabel;importjavax.swing.JTextField;importjavax.swing.JPasswordField;importjavax.swing.JPanel;importjavax.swing.JFrame;publicclassuser

3、_landextendsJFrameimplementsActionListener{staticConnectionconn=null;staticStatementstat=null;staticResultSetrs=null;staticStringurl="jdbc:sqlserver://127.0.0.1:1433;DatabaseName=_Property";staticStringuser="sa";staticStringpassword="";JPanelp1,p2,p3,p4,p5;JLabellbl1,lbl2,lbl3,lbl4;JTe

4、xtFieldtxt_name;JPasswordFieldtxt_pwd;JButtonbtn1,btn2,btn3;static{try{Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver");}catch(Exceptione){System.out.println("加载驱动失败");e.printStackTrace();}}publicuser_land(){this.setTitle("固定资产及设备用户登录");p1=newJPanel();p2=newJPanel();p3=new

5、JPanel();p4=newJPanel();p5=newJPanel();lbl1=newJLabel("欢迎登录");lbl2=newJLabel("用户名:");lbl3=newJLabel("密码:");lbl4=newJLabel();txt_name=newJTextField(10);txt_pwd=newJPasswordField(10);btn1=newJButton("登录");btn2=newJButton("清空");btn3=newJButton("退出");p1.add(lbl1);p2.add(lbl2);p2.add(txt_na

6、me);p3.add(lbl3);p3.add(txt_pwd);p4.add(btn1);p4.add(btn2);p4.add(btn3);p5.add(lbl4);this.setLayout(newGridLayout(5,1));this.add(p1);this.add(p2);this.add(p3);this.add(p4);this.add(p5);this.setBounds(400,300,400,300);this.setDefaultCloseOperation(EXIT_ON_CLOSE);this.setVisible(true);//

7、添加按钮登录事件btn1.addActionListener(newActionListener(){publicvoidactionPerformed(ActionEvente){if((txt_name.getText().equals("")==true)&&(txt_pwd.getText().equals("")==false))lbl4.setText("登录失败,用户名不能为空");if((txt_name.getText().equals("")==false)&&(txt_pwd.getText().equals("")==true))lbl4

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

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

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