@Override public void reshape(GLAutoDrawable drawable, int topY, int topX, int width, int height) { game.reshape(topX, topY, width, height); }
@Override public void display(GLAutoDrawable drawable) { game.tick(); }