243244245246247248249250251252253
if ( xThrobber != null ) { if ( bActive ) xThrobber.startAnimation(); else xThrobber.stopAnimation(); } } catch( Exception e ) { e.printStackTrace();