Blooper 41: Same title on different windows



What's wrong with this?
Different windows have the exact same titles, which can mislead users about what function of the application they are using.

Variations: Design Rule:
Each window or web page corresponding to a unique function of the application should have a unique title.

In blooper 33 (inconsistent terminology), a method using message files was described. This can also be applied to this blooper by listing window titles in a file instead of scattering them throughout the code. However, this only reduces the likelihood of duplicate window names.

Special cases:

April 21, 2005

Images from GUI Bloopers, by Jeff Johnson. Used without permission.