}
entry.setPreenteredText( req_str, true );
entry.maintainWhitespace(false);
entry.allowEmptyInput( false );
entry.setTitle("general.enter.cookies");
entry.prompt(new UIInputReceiverListener() {
public void UIInputReceiverClosed(UIInputReceiver entry) {
if (!entry.hasSubmittedInput()){
return;
}