540541542543544545546547548549550
for (int i = 0; i < segments.length; i++) segments[i].enableUserInput(); ScreenGUI screen = gui.getScreen(); if (screen != null) screen.stopAnimation(); } } animationMode = newAnimationMode;
243244245246247248249250251252253
if ( xThrobber != null ) { if ( bActive ) xThrobber.startAnimation(); else xThrobber.stopAnimation(); } } catch( Exception e ) { e.printStackTrace();