public DrawableGameComponent(DrawableScreen game) {
   super(game);
   setVisible(true);
 }