function displayLogo(hParent, logoFilename)
htmlStr = ['<html><img src="file:/' logoFilename '">'];
je = javax.swing.JEditorPane('text/html', htmlStr);
je.setEditable(false);
[hje, container] = javacomponent(je,[],hParent); %#ok<ASGLU>
set(container, 'Units','norm', 'Pos',[0.8,0.8,0.2,0.18])
end % displayLogo