Search:

Type: Posts; User: helloworld922

Search: Search took 0.18 seconds.

  1. Replies
    41
    Views
    8,682

    Re: 60FPS refresh loop

    I don't think so in this case. This should fix his flickering issue. Swing has a built-in double buffering system, but I've found that it's much better to keep an internal "copy" of what should be...
  2. Replies
    41
    Views
    8,682

    Re: 60FPS refresh loop

    Most modern JVM's come with "Just-in-time compilation" allowing them to be compiled into machine language and run at the same speed as a C program. Granted, C/C++ programs allow you explicit control...
Results 1 to 2 of 2