資源簡介
可模擬進行取款業務,修改密碼等包含了MySQL的增刪改查命令,不過還有些不完善的地方,以待后續。
代碼片段和文件信息
package?cc.icoc.javaxu.atmframe;
import?java.awt.Container;
import?java.awt.FlowLayout;
import?java.awt.GridLayout;
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.JOptionPane;
import?javax.swing.JPanel;
import?javax.swing.JPasswordField;
import?javax.swing.JTextField;
public?class?ChangePassword?implements?ActionListener{
JLabel?lbUserlbPasswordlbConfirmationlbtitle;
Jframe?frame;
JTextField?txtUser;
JPasswordField?txtpasswordtxtConfirmation;
JButton?btnConfirmationbtnCancelbtnReturn;
public?void?changePassword()
{
frame?=?new?Jframe(“修改密碼“);
lbUser?=?new?JLabel(“賬?????號?:“);
lbUser.setHorizontalTextPosition(JLa
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????504??2013-01-07?21:46??ATMDemo\.classpath
?????文件????????383??2013-01-07?18:38??ATMDemo\.project
?????文件????????629??2013-01-07?18:38??ATMDemo\.settings\org.eclipse.jdt.core.prefs
?????文件???????4276??2013-01-08?20:30??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件???????4228??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????300??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????809??2013-01-08?20:35??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????809??2013-01-08?20:35??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????809??2013-01-08?20:35??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????586??2013-01-08?20:35??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件???????7033??2013-01-08?20:35??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件??????10847??2013-01-08?20:35??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????767??2013-01-08?19:53??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????721??2013-01-08?19:53??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????767??2013-01-08?19:53??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????562??2013-01-08?19:53??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件???????5717??2013-01-08?19:53??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件???????6424??2013-01-08?19:53??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件???????2438??2013-01-08?20:34??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件???????3843??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????781??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????815??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????572??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????781??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????781??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????781??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????781??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????813??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????781??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
?????文件????????781??2013-01-08?19:22??ATMDemo\bin\cc\icoc\javaxu\atmfr
............此處省略33個文件信息
評論
共有 條評論