*/
@Override
protected void internalCreatePartControl(final Composite parent) {
try {
fBrowser = new Browser(parent, SWT.NONE);
locationListener = new HandleEdocLinksLocationListener(this);
fBrowser.addLocationListener(locationListener);
} catch (final SWTError er) {
ErlLogger.warn(er);
}