Search:

Type: Posts; User: JavaPF

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    5,730

    [SOLVED] Re: simple change to a boolean value in a method call help...

    No problem rptech,

    It was a very small mistake. I'm glad I could help.

    Please can you mark this thread as solved. (Check the link in my signature)

    Thank you.
  2. Replies
    3
    Views
    5,730

    [SOLVED] Re: simple change to a boolean value in a method call help...

    Hello rptech. Welcome to the Java Programming Forums :D

    You are getting this error because you are setting the variable 'result' twice.

    You only have to make a very small change:



    class...
Results 1 to 2 of 2