// if this is an incremental search then reset the selection first
if (incremental)
contentWindow.removeSelection();
contentWindow.find(term, false, !forwards, true, false);
}
private boolean isFindSupported()
{
return BrowseCap.INSTANCE.hasWindowFind();