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. |