Style inlineStyle = propertyMap.isEmpty() ? null : new UnmodifiableStyle(propertyMap);
if (!startsWithASlash && !CSSUtils.isAbsoluteURI(uri))
{
icon =
new ContextImageIcon(uri, uri, width, height, null, inlineStyle);
}
else
{
icon =
new URIImageIcon(uri, uri, width, height, null, inlineStyle);