If you have several parts of the same type on one window and you'll be adding a script to your application, consider changing the names of similar parts. It's easier to distinguish among similar parts if you assign them names that you'll remember.
For example, when you add two push buttons to a window, VisualAge assigns them the names "Push Button1" and "Push Button2." If you change the names to something meaningful, like "Start Button" and "Stop Button," they're easier to remember. The names you assign won't appear on the interface. They're solely for your benefit.
To change a part's name:
AlarmClockView has multiple spin and push buttons. VisualAge assigned those parts names such as Spin Button1, Spin Button2, and so on. To make it easier to distinguish among parts that have similar names, you should rename them.
To change names of parts in AlarmClockView:
Hour
Repeat these steps, renaming the following parts: