Search:

Type: Posts; User: curmudgeon

Search: Search took 0.11 seconds.

  1. Re: Issues with my ordering program - if statement issues?

    Wait, it's looking as if we're discussing a different problem here. The main focus of this question was on why your code was not compiling. Let's clarify this issue first. Is your code now compiling?...
  2. Re: Issues with my ordering program - if statement issues?

    A field is a variable that is declared inside of the class, often at the top of the class, and not inside any constructor, method or other block.




    Run, don't walk, to a constructor tutorial...
  3. Re: Issues with my ordering program - if statement issues?

    Either make button3 a field of the class, or declare and initialize it in the constructor *before* you try to use it.
Results 1 to 3 of 3