┌──────────────────┐ ┌─────────────────────────────────────┐ │Button │ │Dialog │ ├──────────────────┤ ├─────────────────────────────────────┤ │+ render() : void │ │+ renderWindow() : void │ │+ onClick() : void│ │+ {abstract} createButton() : Button │ └──────────────────┘ └─────────────────────────────────────┘ ┌──────────┐ ┌─────────────┐ ┌──────────┐ ┌─────────────┐ │HtmlButton│ │WindowsButton│ │HtmlDialog│ │WindowsDialog│ ├──────────┤ ├─────────────┤ ├──────────┤ ├─────────────┤ └──────────┘ └─────────────┘ └──────────┘ └─────────────┘