欢迎来到天天文库
浏览记录
ID:43768049
大小:440.36 KB
页数:24页
时间:2019-10-14
《基于JAVA的ATM模拟系统代码》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、ATM模块主要代码importjava.awt.*;importjavax•swing•*;importjava.awt•event.*;importjava•sql•Coimection;importjqvb•sql•DriverMmnmger;importjavm•sql•ResultSet:;importjava•sql•SQLException;importjava•sql•Statement;importjava.awt・Container;importjava.awt.GridLayout;importjava.awt.event・ActionEvent;importjav
2、a•awt•event・ActionListener;classPanellextendsJPanel{JLabellabell,label2;Panell(){setLayout(newGridLayout(4,1));labell=newJLabel(""+"银行存取款系统”);label2=newJLabel(»"+"欢迎你成为本行用户,你可以选择中文或英文方式”);add(newJLabel());add(labell);add(label2);add(newJLabel());}}classPAnel2extendsJPanel{JButtonbuttonl,butLtion
3、2;Panel2(){setLayout(newGridLayout(3,6));buttonl=newJButton(n+JC1');button2=newJButton(“英文”);add(newJLabel());add(newJLabel());add(newJLabel());add(newJLabel());add(newJLabel());add(newJLabel());add(newJLabel());add(buttonl);add(newJLabel());add(newJLabel());add(button2);add(newJLabel());add(new
4、JLabel());add(newJLabel());add(newJLabel());add(newJLabel());add(newJLabel());add(newJLabel());}}classClientextendsJFrameimplementsActionListener{Panellpanell;Panel2panel2;JFrameframe;Client(Strings){super(s);Containercon=this・getContentPane();con•setLayout(newGridLayout(2,1));panell=newPanell()
5、;panel2=newPanel2();con.add(panell);con.add(panel2);panel2・buttonl・addActionListener(this);panel2・button2・addActionListener(this);this・setiVisible(true);this.pack();}publicvoidactionPerformed(ActionEvente){if(e.getActionCommand()==M中文"){this.setVisible(false);newClient00(n输入密码");}elseif(e.getAct
6、ionCommand()=="英文"){StringinputValue=JOptionPane・showInputDialog(HPleaseinputavalueM);}}}publicclassbankSystem{publiestaticvoidmain(String[]args){newClient("用户取款系统”);}}classPmnelOlextendsJPanel{JLabellabell,label2,label3,label4;JPasswordFieldtextA;JTextFieldtextC;staticJTextFieldtextB;chart[]=ne
7、wchar[4];PanelOl(){setLayout(newGridLayout(4,4));for(inti=0;iv4;i++){t[i]=(char)(Math•random()*26+1a1);}Stringmm=newString(t);label2=newJLabel(”请输入卡号");labell=newJLabel(n请输入密码");label3=newJLabel();label4=newJLabel(";label3•s
此文档下载收益归作者所有