Lecture overview -- Keyboard shortcut: 'u'  Previous page: Implementation of the IntSequence classes -- Keyboard shortcut: 'p'  Next page: A Composite Example: A GUI  -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Abstract classes, Interfaces, and Patterns - slide 27 : 37

A Composite Example: A GUI
The classes of a Graphical User Interface (GUI) make up a Composite design pattern
CompositeDemo.cs
A program that builds a sample composite graphical user interface.