Search:

Type: Posts; User: aknessy

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    1,025

    Re: Method Invokation

    Never Mind! Solved It already! Thanks Though!
  2. Replies
    8
    Views
    1,025

    Re: Method Invokation

    I understand what you are trying to say man, my bad! the method isn't errCheck(), the method is err(). errCheck is a variable referencing the method err(). err() is a method in a Class named...
  3. Replies
    8
    Views
    1,025

    Re: Method Invokation

    Actually the code makes use of the value of the boolean within an actionPerformed method. The objective is to check if form variables are unassigned, if the are; the errCheck() method is a method...
  4. Replies
    8
    Views
    1,025

    Re: Method Invokation

    Thanks Man. But am sure that's pretty much what i did on my code as you can see! But even at that, one of the method tends to execute despite the fact that the other one returned an error. Maybe am...
  5. Replies
    8
    Views
    1,025

    Method Invokation

    I need help solving this please: I have TWO methods i want to execute, but i only want the both of them to be executed if any of the methods doesn't return an error! i have tried doing this:

    ...
Results 1 to 5 of 5