Lecture overview -- Keyboard shortcut: 'u'  Previous page: A Composite Example: A GUI  -- Keyboard shortcut: 'p'  Next page: A Composite Example: A GUI  -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Help page about these notes  Alphabetic index  Course home  Page 28 : 37
Object-oriented Programming in C#
Abstract classes, Interfaces, and Patterns
A Composite Example: A GUI

The object structure of the sample graphical user interface

The tree of objects behind the graphical user interface. These objects represents a composite design pattern in an executing program.