The Object Browser enables you to view the classes, methods, and data items in your program.
To view the class hierarchy for ColorSwitch:
The Object Browser window is divided into the Packages, Objects, and Members panes.
The Objects pane now shows the class ColorSwitch.
The Members pane shows each method and data member contained in the ColorSwitch class.
The button's properties appear in the Properties window.
The Source Editor is displayed, with the cursor at the beginning of the the main method.
You have completed the ColorSwitch tutorial.