// a subtle bug where if you enter a value in a line, do not
// hit return, and then click on the X to close the window,
// the value is restored to the original, and then sometime
// later, the focus is lost and the entered value becomes
// the value of the parameter. I don't know of any workaround.
entryBox.addFocusListener(new QueryFocusListener(name));
}
/** Create a single-line password box with the specified name, label, and
* default value. To control the width of the box, call setTextWidth()
* first. A value that is entered in the password box should be