Examples in Making your own applications walk you through how to create DevelopChooser and its subapplication DevelopStopwatch. This example shows you how to make DevelopStopwatch into an application named DevelopStopwatchApp. You do this by creating a new application and then moving the class Stopwatch into the new application.
You follow steps similar to these when you change the name of a component.
To create the new application, do the following:
Now, move the class Stopwatch from the subapplication to your new application:
If DevelopStopwatch is an edition, then go on to the next step. If it is a version, select Create New Edition from the Applications menu.
The system moves Stopwatch and its methods to the new application.
Evaluate Stopwatch new open in a Transcript or Workspace window. After the stopwatch opens, select Start and then Stop/Interval to ensure that it functions properly. After you finish, you can unload the subapplication DevelopStopwatch.