C++自动取款机源代码

时间:2013-05-24 13:05:08
【文件属性】:

文件名称:C++自动取款机源代码

文件大小:58KB

文件格式:DOC

更新时间:2013-05-24 13:05:08

class

用C++import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPasswordField; import javax.swing.JTextField; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class Denglu extends JFrame { private JPasswordField passwordField; private JTextField textField; /** * Launch the application * @param args */ /** * Create the frame */ public Denglu() { super(); getContentPane().setLayout(null); setBounds(100, 100, 500, 375); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); 编写代码对自动取款机进行实现


网友评论