private void render() {
   glClear(GL_COLOR_BUFFER_BIT);
   ball.draw();
   bat.draw();
 }