Search:

Type: Posts; User: Damian3395

Search: Search took 0.06 seconds.

  1. Replies
    4
    Views
    1,069

    Re: Error Check Not Working

    I have a theory on how to solve the problem, I will use several switch statements to help java process each if statement.
  2. Replies
    4
    Views
    1,069

    Re: Error Check Not Working

    The JOptionPane.showMessageDialog(f, "Error First Name: " + ErrorName); in the try and catch piece of code is to only check for the value of the boolean, the check error pop up that is not working is...
  3. Replies
    4
    Views
    1,069

    Re: Error Check Not Working

    Sorry,

    I first go through a series of try and catch exceptions to check if there are errors in my JTextFields because ID, hHour, hRate can only contain digits and name and last Fields can only...
  4. Replies
    4
    Views
    1,069

    Error Check Not Working

    Lines 268 - 322 in public void ActionPerformed(command "add")
    This part of my code checks if JTextFields name and last contain a digit, this is a check error that creates a JOptionPane to display...
Results 1 to 4 of 4