private void run() {
   keyboardHandler();
   drawBackground();
   particleSystem.update();
 }