private void drawScene(){ drawField(); playerShip.draw(this); for (Bullet bullet : enemyBullets){ bullet.draw(this); } enemyFleet.draw(this); }