242243244245246247248249250251252
{ nextView = ViewFactory.getMenu( "mainMenu" ); } Event.unregisterAll( Event.PROGRESS ); Event.register( progressListener, Event.PROGRESS ); nextView.show(); } catch( RuntimeException e ) { e.printStackTrace(); log.error( e );
213214215216217218219220221222223
265266267268269270271272273274275
View view = manager.getBestView(); if( view != null ) { try { view.show(); } catch( Exception e ) { view = null; }
279280281282283284285286287288289
view = manager.getMainView(); if( view != null ) { try { view.show(); } catch( Exception e ) { view = null; }