Description: This program creates program templates for MUI programs. I wrote
this program specifically for beginner MUI programmers. The template takes care
of all the includes, opening and closing of the MUI library, the IntuiLoop, and
starts the application object for you. All you have to do is complete the
application object and add whatever children you wish.
|