Search:

Type: Posts; User: pbrockway2

Search: Search took 0.08 seconds.

  1. Re: non-static variable timer cannot be referenced from a static context ERROR HELP!

    Norm is right. My previous snippet could be amended to reflect common usage as



    final MovingCar car = new MovingCar();

    // later, in the same method

    car.suspend();
  2. Re: non-static variable timer cannot be referenced from a static context ERROR HELP!

    Hi spunkyk014, welcome to the forums.

    I've added code tags to your post. The idea is that you put
    at the start of the code and at the end so that the forum software will render the code in a...
Results 1 to 2 of 2