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