User's Guide


Building the part

As with any part, the first step is to define a new visual part class. Select MyRunSamplePartsApp in the VisualAge Organizer window, and then from the Parts menu select New > Part. Type MyShape as the class name, and type AbtDrawingAreaView as the class to inherit from. Select OK. The Script Editor will open on the MyShape class.

We chose to subclass the drawing area part for several reasons:


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