Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,324

    Re: How to put a timer?!?

    What class and methods are you trying to use? You can look in the API doc to see what package the class is in so that you know what import statement you need.
    Java Platform SE 6
  2. Replies
    7
    Views
    1,324

    Re: How to put a timer?!?

    Are you trying to get the duration of the game? The System class has a method that returns the current time. Get the time at the start and the time at the end and subtract to get the duration.
  3. Replies
    7
    Views
    1,324

    Re: How to put a timer?!?

    Also explain what the timer is supposed to do.
Results 1 to 3 of 3