if(splashScreenManager!=null){
splashScreenManager.drawSplashScreenProgress(STARTUP_PROGRESS_INITIAL_VALUE, "Inicialitzant aplicació...");
}
// Es configura el gestor d'errors per defecte per tal de controlar els errors inesperats
DefaultExceptionHandler exceptionHandler = new DefaultExceptionHandler();
exceptionHandler.addErrorNotificationListener(new DefaultExceptionHandler.IErrorNotificationListener()
{
@Override
public void errorNotified(String message, Throwable error)
{
try{