if (startsWithTwoSlashes)
uri = uri.substring(1);
else if (!(uri.startsWith("http:")))
uri = CSSUtils.getAbsoluteURIValue(sourceName, baseSourceURI, uri);
icon =
new URIImageIcon(uri, uri, width, height, null, inlineStyle);
}
}
else
{
/// neither text or image icon.