add(new RichTextField(
"Type a nine digit number in the Transaction No. field. Pattern will be hyperlinked and status and location menu items will be available.\n",
Field.NON_FOCUSABLE));
// Add an ActiveAutoTextEditField
final ActiveAutoTextEditField activeField =
new ActiveAutoTextEditField("Transaction No: ", null);
add(activeField);
activeField.setFocus();
}