public void dispose()
 {
     wwd.removeSelectListener(this);
     if (wwd.getSceneController() == this)
     {
         wwd.getSceneController().setScreenCreditController(null);
     }
 }