User's Guide


Ending the tour

You are at the end of your tour of the Smalltalk development environment. On the tour, you have managed to create a Smalltalk application, STCalculatorApp. In doing so, you completed many of the most important tasks that you, as a Smalltalk programmer, will do repeatedly when creating applications. You now know how to use the Applications Browser to create an application. Within that application, you can both define new subclasses and extend existing classes. Using an Applications Browser, Classes Browser, or a Class Browser, you can add methods to a class in your application. You've seen how to browse through the class library, to see how a particular class works. And, you know how to use the basic features of the Debugger to find errors.

The next several chapters will introduce you to the Smalltalk system architecture, and the software components you will find in the development environment.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]