public ImageIcon getIcon() {
if (forLoadTest || iconAnimator == null) {
return null;
}
TestMonitor testMonitor = SoapUI.getTestMonitor();
if (testMonitor != null
&& (testMonitor.hasRunningLoadTest(getTestCase()) || testMonitor.hasRunningSecurityTest(getTestCase()))) {
return disabledRequestIcon;
}
ImageIcon icon = iconAnimator.getIcon();
if (icon == iconAnimator.getBaseIcon()) {