My SQL and Java Developer’s Guide phần 4 pptx

44 294 0
My SQL and Java Developer’s Guide phần 4 pptx

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Advanced ResultSet Manipulation } ); //Do last Button lastButton = new JButton(">|"); lastButton.addActionListener ( new ActionListener() { public void actionPerformed(ActionEvent e) { try { rs.last(); accountIDText.setText(rs.getString("acc_id")); usernameText.setText(rs.getString("username")); passwordText.setText(rs.getString("password")); tsText.setText(rs.getString("ts")); activeTSText.setText(rs.getString("act_ts")); } catch(SQLException insertException) { displaySQLErrors(insertException); } } } ); //Do first Button firstButton = new JButton("|

Ngày đăng: 13/08/2014, 12:21

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan