()
| 1223 | /// |
| 1224 | /// the component representing the title for the form |
| 1225 | public Label getTitleComponent() { |
| 1226 | return title; |
| 1227 | } |
| 1228 | |
| 1229 | /// Allows replacing the title with a different title component, thus allowing |
| 1230 | /// developers to create more elaborate title objects. |
no outgoing calls