1. Trang chủ
  2. » Công Nghệ Thông Tin

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

44 294 0

Đ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

Thông tin cơ bản

Định dạng
Số trang 44
Dung lượng 581,66 KB

Nội dung

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