21222324252627
private final WindowSectionListeners sectionListeners; public AbstractWindowSection(ApplicationWindow window) { this.window = window; this.sectionListeners = new WindowSectionListeners(); }