// Class loaders
createClassLoaders();
// impl
loadImpl();
// Logger
this.logSupport = new LogSupport(3 /*TreeLogger.TRACE*/, impl, javaProject);
// Browser shell
this.browserShell = (BrowserShell) createBrowserShell();
this.browserShell.setHost(this);
}