Revision 9909 branches/piloto3d/frameworks/_fwAndami/src/com/iver/andami/Launcher.java

View differences:

Launcher.java
322 322
    		//  bookmarks de los plugins
323 323
    		loadPluginsPersistence();
324 324

  
325
    		//Se muestra el frame principal
326
    		frame.show();
327
    		
325 328
    		// Se instalan los controles del skin
326 329
    		// Se inicializan todas las extensiones de todos los plugins
327 330
    		SwingUtilities.invokeAndWait(new Runnable() {
......
333 336
    		});
334 337
    		frame.setClassesExtensions(classesExtensions);
335 338

  
336
    		// Se instalan los bookmarks de los plugins
337

  
338
    		//Se muestra el frame principal
339
    		frame.show();
340

  
341 339
    		// Definimos un KeyEventDispatcher global para que las extensiones
342 340
    		// puedan registrar sus "teclas r?pidas".
343 341
    		GlobalKeyEventDispatcher keyDispatcher = GlobalKeyEventDispatcher.getInstance();
......
349 347
    			}
350 348
    		});
351 349
    		splashWindow.close();
350
    		
351
    		// again, to send it to foreground in case it was not
352
    		frame.show();
352 353
    	}catch(Exception e){
353 354
    		logger.error("excepci?n al arrancar", e);
354 355
    		System.exit(-1);

Also available in: Unified diff