Search:

Type: Posts; User: Gerp

Search: Search took 0.35 seconds.

  1. Replies
    2
    Views
    1,968

    Re: Force Sync on Graphics2D?

    Thanks, I've directed both posts to each other.
  2. Re: generate a random number from 100 to 150, inclusive in applet

    Ugh, seems to me like this is all he needs:


    int a = r.nextInt() % 51 + 100;
  3. Replies
    2
    Views
    1,968

    Force Sync on Graphics2D?

    I'm sure this has been asked before, but I couldn't find any straightforwards information about the subject.

    I'm currently working on making a 2D game using Java2D and I'm using a simple 60fps...
Results 1 to 3 of 3