freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

java酒店管理系統(tǒng)課程設(shè)計(jì)-閱讀頁(yè)

2024-09-25 00:20本頁(yè)面
  

【正文】 )。 } public void focusLost(FocusEvent e) { char[] passwords = ()。 if (() == 0) { ( )。 (25)。 = 3。 = 1。 final JLabel newPasswordLabel = new JLabel()。 final GridBagConstraints gridBagConstraints = new GridBagConstraints()。 = 1。 getContentPane().add(newPasswordLabel, gridBagConstraints)。 ( )。 JAVA 酒店管理程序設(shè)計(jì) } public void focusLost(FocusEvent e) { char[] passwords = ()。 if (() == 0) { ( )。 (25)。 = new Insets(10, 0, 0, 0)。 = 1。 getContentPane().add(newPasswordField, gridBagConstraints_1)。 (重新輸入: )。 = new Insets(10, 0, 0, 0)。 = 0。 repeatPasswordField = new JPasswordField()。 (new FocusListener() { public void focusGained(FocusEvent e) { ()。 String password = turnCharsToString(passwords)。 } } })。 JAVA 酒店管理程序設(shè)計(jì) final GridBagConstraints gridBagConstraints_3 = new GridBagConstraints()。 = new Insets(10, 0, 0, 0)。 = 1。 final JLabel label = new JLabel()。 final GridBagConstraints gridBagConstraints_6 = new GridBagConstraints()。 = 1。 final JButton submitButton = new JButton()。 String oldPassword = turnCharsToString(oldPasswords)。 String newPassword = turnCharsToString(newPasswords)。 String repeatPassword = turnCharsToString(repeatPasswords)。 ( )。 ( )。 } String password = (5).toString()。 (5, newPassword)。 (null, 密碼修改成功!, 友情提示 , )。 } else { (null, 您兩次輸入的新密碼不一致,請(qǐng)確認(rèn)后重新輸入!, 友情提示 , )。 ( )。 } } else { (null, 您輸入的原密碼錯(cuò)誤,請(qǐng)確認(rèn)后重新輸入! , 友情提示 , )。 ( )。 } } })。 final GridBagConstraints gridBagConstraints_4 = new GridBagConstraints()。 = 3。 getContentPane().add(submitButton, gridBagConstraints_4)。 (new ActionListener() { public void actionPerformed(ActionEvent e) { dispose()。 (退出 )。 = new Insets(10, 10, 0, 0)。 = 3。 // } JAVA 酒店管理程序設(shè)計(jì) private String turnCharsToString(char[] chars) { StringBuffer strBuf = new StringBuffer()。 i 。 } return ().trim()。 } } 用戶管理對(duì)話框: package 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 public class UserManagerDialog extends JDialog { JAVA 酒店管理程序設(shè)計(jì) private MTable table。 private VectorVector tableValueV。 private ButtonGroup buttonGroup = new ButtonGroup()。 private JTextField idCardTextField。 private JTextField nameTextField。 private boolean isAdd = true。 // try { // UserManagerDialog dialog = new UserManagerDialog()。 // } // })。 // } catch (Exception e) { // ()。 setModal(true)。 setBounds(100, 100, 500, 375)。 (new GridBagLayout())。 final JLabel nameLabel = new JLabel()。 final GridBagConstraints gridBagConstraints_13 = new GridBagConstraints()。 (nameLabel, gridBagConstraints_13)。 (12)。 = new Insets(10, 0, 0, 0)。 = 1。 final JLabel sexLabel = new JLabel()。 final GridBagConstraints gridBagConstraints_1 = new GridBagConstraints()。 = 0。 (sexLabel, gridBagConstraints_1)。 (manRadioButton)。 (true)。 = new Insets(10, 0, 0, 0)。 JAVA 酒店管理程序設(shè)計(jì) = 3。 final JRadioButton womanRadioButton = new JRadioButton()。 (女 )。 = new Insets(10, 0, 0, 0)。 = 4。 final JLabel birthdayLabel = new JLabel()。 final GridBagConstraints gridBagConstraints_4 = new GridBagConstraints()。 = 0。 (birthdayLabel, gridBagConstraints_4)。 (20)。 = new Insets(10, 0, 0, 0)。 = 6。 final JLabel passwordLabel = new JLabel()。 final GridBagConstraints gridBagConstraints_8 = new GridBagConstraints()。 = 1。 (passwordLabel, gridBagConstraints_8)。 (33)。 JAVA 酒店管理程序設(shè)計(jì) = 4。 = new Insets(5, 0, 0, 0)。 = 1。 final JLabel idCardLabel = new JLabel()。 final GridBagConstraints gridBagConstraints_6 = new GridBagConstraints()。 = 1。 (idCardLabel, gridBagConstraints_6)。 (20)。 = new Insets(5, 0, 0, 0)。 = 6。 final JPanel buttonPanel = new JPanel()。 = 。 = 7。 = 0。 final JButton subButton = new JButton()。 values[0] = ()。 values[2] = ()。 values[4] = ()。 if (values[0].length() 4) { (null, 姓名最多只能為 4 個(gè)漢字! , 友情提示 , )。 ()。 } if (!([09]{4}[09]{1,2}[09]{1,2}, values[2])) { String infos[] = { 出生日期輸入錯(cuò)誤! , 正確格式為:202088 }。 ()。 return。 (null, infos, 友情提示 , )。 ()。 } if (values[0].length() 20) { (null, 密碼最長(zhǎng)不能超過(guò) 20 個(gè)字符! , 友情提示 , )。 ()。 } Vector rowV = new Vector()。 (row + 1)。 i 。 } (rowV)。 JAVA 酒店管理程序設(shè)計(jì) (values)。 // ()。 ()。 ()。 (添加 )。 final JButton delButton = new JButton()。 String name = (selectedRow, 1).toString()。 if (i == 0) { (selectedRow)。 (null, 刪除用戶成功! , 友情提示 , )。 (刪除 )。 final JButton exitButton = new JButton()。 } })。 (exitButton)。 getContentPane().add(scrollPane, )。 String tableColumns[] = { 序 號(hào) , 姓 名 , 性 別 , 出生日期 , 身份證號(hào) }。 column 。 } tableValueV = new VectorVector()。 tableModel = new DefaultTableModel(tableValueV, tableColumnV)。 if (() 0) (0)。 // } } 七 、 總結(jié) 經(jīng)過(guò)這次的學(xué)習(xí)。體會(huì)良多,深感設(shè)計(jì)程序
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1