Author Topic: Timer in example "FPS"  (Read 2875 times)

Offline roninjnj

  • byte
  • *
  • Posts: 20
    • View Profile
Timer in example "FPS"
« on: August 10, 2008, 02:46:53 am »
I can´t found the class "Timer" with constructor "Timer(int)" (or "Timer(long)", i not sure)  used in FPS example

I have find three types of "Timer" instances in Java 1.5.0 Doc API.

All thems don´t have the "Timer(25)" constructor from FPS example included in JPCT Downloads.

¿where is this class imported to that example?

Where i can find it?

Thanks!

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Timer in example "FPS"
« Reply #1 on: August 10, 2008, 01:14:39 pm »
IIRC it's an internal class of the fps-example class.

Offline roninjnj

  • byte
  • *
  • Posts: 20
    • View Profile
Re: Timer in example "FPS"
« Reply #2 on: August 10, 2008, 05:34:52 pm »
Boooooooops!

My first question in the forum was a bad question!

Thanks very much for this faster answer!  ;D