5051525354555657
/** * Creates a <code>TimeWindowFilterUi</code> with a title. */ public TimeWindowFilterUi(String title) { this.title = title; timeControl = new TimeWindowControl(); changeListeners = new ChangeListeners(); }