If you have two windows w/similar controls, is it a problem to assign
the same name to a similar control in each window?
For example, the default button on two different windows may be a
"Save" button. Could you name them both "saveNow" as long as you
specified which window they were attached to when addressing them (eg.
button "saveNow" of window "mainWindow")?