全文预览

数据库课程设计实验报告-工资管理系统

上传者:徐小白 |  格式:doc  |  页数:27 |  大小:517KB

文档介绍
showMessageDialog(this,"输入用户名或密码错误!");} }catch(Exceptione1){ //TODOAuto-generatedcatchblock e1.printStackTrace(); } } if(cancelButton.equals(e.getSource()))//退出{ System.exit(0); }?}}管理员可管理选项importjava.awt.Color;importjava.awt.FlowLayout;importjava.awt.event.ActionEvent;importjava.awt.event.ActionListener;importjavax.swing.ImageIcon;importjavax.swing.JButton;importjavax.swing.JFrame;importjavax.swing.JLabel;importjavax.swing.JPanel;classGZGLZJMextendsJFrameimplementsActionListener{?JFramef=newJFrame("工资管理系统");/*------------------跳转页面--------------------*/?JButtonb1=newJButton("工资管理");?JButtonb2=newJButton("员工信息管理");?JButtonb3=newJButton("返回");?ImageIconim=newImageIcon("3.jpg");?JLabela1=newJLabel(im);?voidcreate(){ JPanelp=(JPanel)f.getContentPane(); p.setLayout(newFlowLayout()); p.add(a1);

收藏

分享

举报
下载此文档