26272829303132
public StatusBar(Composite parent) { super(parent, SWT.NONE); this.createComponents(parent); um = new UpdateManager(); }
282930313233343536
public UpdateClientPerspective(NBOClientMainWindow mainWindow) { super(mainWindow); settings = ConfigurationManager.settings; um = new UpdateManager(); createContents(); }