I\'m working on a java 2d game, using this simple game loop to cap the FPS and UpdatesPS to 60:
public void run() { final int MAX_FPS = 60; final