Guest User

Untitled

a guest
Dec 11th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. try{
  2.  
  3.  
  4. if(!frm.txtCedula.getText().isEmpty()){
  5. objeto.setCedula(Integer.parseInt(frm.txtCedula.getText()));
  6. }
  7.  
  8.  
  9. }catch(Exception ex){
  10. System.err.println("Error:"+ex.getMessage());
  11. }
Add Comment
Please, Sign In to add comment