Search:

Type: Posts; User: DanBrown

Search: Search took 0.08 seconds.

  1. Re: Need help with If the user hits Cancel on either first or last name, show the err

    you haven't seen the code i had given earlier carefully, welcome message should be in else part.




    And please mark this thread solved , if your problem is solved
  2. Re: Need help with If the user hits Cancel on either first or last name, show the err

    when user will click on cancel button null is assigned into the variable.name or lastname


    if(name.equals(null) || lastname.equals(null))
    JOptionPane.showMessageDialog(null, "Sorry, you have to...
Results 1 to 2 of 2