public void stopAnimation() { icon.setRunning(false); animator.stop(); }
public void startAnimation() { icon.setRunning(true); animator.start(); }