(boolean b)
| 447 | } |
| 448 | |
| 449 | public void setAnimate(boolean b) { |
| 450 | if (running2!=b && animationSelector!=null) |
| 451 | animationSelector.updatePlayPauseIcon(); |
| 452 | running2 = b; |
| 453 | } |
| 454 | |
| 455 | public boolean getAnimate() { |
| 456 | return running2; |
no test coverage detected