try {
 if(rs.previous()){//-------------------->这里出错!!
    textField.setText(rs.getString("date_user").trim());
    }} catch(Exception e) {}