как мне создать TextField ..plz, помогите мне в LWUIT
TextField pin = new TextField ("",TextField.PASSWORD|TextField.URL);
cashpayform.addComponent(pin);
cashpayform.show();
cashpayform.addCommand(exit);
cashpayform.setCommandListener(this);
cashpayform.show();