}
private void initUI() {
// get the size of a default keyboard
Keyboard keys;
if (isHighDef()) {
keys = HDKeyboard.getStandardKeyboard(BKeyboard.PLAIN_KEYBOARD);
Point p = HDKeyboard.getKeyboardSize(keys, true, -1);
keyboard = new HDKeyboard(getNormal(), getContentX(), getContentY(),
p.x, p.y, keys, true, HDKeyboard.DEFAULT_INPUT_WIDTH, true);