VMS Motors Frame

In Chapter 7, we saw how code was implemented in the {initialize} method of the VMSFrame to control the appearance of a status bar. Now we will add additional code to use the menu bar module, and make a menu and toolbar available to the users of our VMS Motors application. Figure 10-2 shows the additional code required.

Figure 10-2. VMSFrame.initialize method listing.
 ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| || File: VMSFrame.scurl || Author: Paul Sheehan || Version: 1.0 || Contents: This creates the frame window for the VMS || Motors application ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| {define-class public VMSFrame {inherits AppFrame} ||||||||||||||||||||||||||||||||||||||||||||||||||||||| ...

Get Enterprise Curl now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.