For the To-Do List application, you'll create an application and a composite visual part using the VisualAge Smalltalk Quick Start window.
A VisualAge application contains all the parts that make up your
application. Parts are represented as classes within the application
you create.
![]() | Application names and part names must begin with a capital letter, are case sensitive, and cannot contain spaces. If an application name or a class name consists of multiple words, do not type spaces between the words, but instead capitalize the first letter of each word. For example, ToDoListApp. |
Note: | If you have used VisualAge previously and the VisualAge Smalltalk Quick Start window does not appear when you first start, you can open it by selecting Quick Start from the Tools pull-down menu on the VisualAge Organizer. |