Search:

Type: Posts; User: GregBrannon

Search: Search took 0.17 seconds.

  1. Re: CounterTester.java Not Decreasing in the counter????

    Don't let "the system" or the IDE be the boss of you or your code. You need to learn the whys and hows of doing it correctly.

    Instead of using static variables as you posted, use instance...
  2. Re: CounterTester.java Not Decreasing in the counter????

    Though very simple, the way you've set this up is bizarre and confusing - mostly confusing to you and those who do not understand the difference between static/class variables and instance variables....
Results 1 to 2 of 2