()
| 648 | } |
| 649 | |
| 650 | @Override |
| 651 | void checkAnimation() { |
| 652 | super.checkAnimation(); |
| 653 | if (icon != null && icon.isAnimation()) { |
| 654 | Form parent = getComponentForm(); |
| 655 | if (parent != null) { |
| 656 | // animations are always running so the internal animation isn't |
| 657 | // good enough. We never want to stop this sort of animation |
| 658 | parent.registerAnimated(this); |
| 659 | } |
| 660 | } |
| 661 | } |
| 662 | |
| 663 | /// Returns the labels icon |
| 664 | /// |
no test coverage detected