(Label title)
| 1233 | /// |
| 1234 | /// - `title`: new title component |
| 1235 | public void setTitleComponent(Label title) { |
| 1236 | titleArea.replace(this.title, title, false); |
| 1237 | this.title = title; |
| 1238 | } |
| 1239 | |
| 1240 | /// Allows replacing the title with a different title component, thus allowing |
| 1241 | /// developers to create more elaborate title objects. This version of the |