全文预览

ATM自动取款机 JAVA代码实现

上传者:梦溪 |  格式:doc  |  页数:15 |  大小:71KB

文档介绍
放入您将要存的钱");Р?JLabel show=new JLabel("");Р?JButton jb1=new JButton("确定"); //输完金额后确定Р JButton jb2=new JButton("取消"); //退出放入的钱,终止存款操作Р JButton jb3=new JButton("返回"); //退出存款界面Р private JLabel[]jlarray={lb1,show};Р?private JButton[] jbarray1={jb1,jb2,jb3};Р?JTextField input=new JTextField(); //用输入来模拟放钱的过程Р?public give_balance()Р?{Р jf.setLayout(null);Р jf.setBounds(200,200,300,400);Р jf.setVisible(true);Р jf.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);Р for(int i=0;i<2;i++)Р {Р jf.add(jlarray[i]);Р }Р for(int i=0;i<3;i++)Р {Р jbarray1[i].addActionListener(this);Р jf.add(jbarray1[i]);Р }Р lb1.setBounds(100,100,200,20);Р jb1.setBounds(70,230,80,20);Р jb2.setBounds(160,230,80,20);Р jb3.setBounds(200,350,80,20);Р input.setBounds(100,150,100,20);Р show.setBounds(90,190,200,20);Р jf.add(input);Р?}

收藏

分享

举报
下载此文档