Hi, there are two class named BrowserWidget in ldapbrowser.common :
org.apache.directory.studio.ldapbrowser.common.widgets.BrowserWidget org.apache.directory.studio.ldapbrowser.common.widgets.browser.BrowserWidget The second widget is the one that display teh DIT, as expected. The first one is, IMO, badly named. The first class is only ised as an abstract base class which contain the list of listeners. It's extendeds by 27 widgets. I will rename it to AbstractWidget, for clarity sake.
